Home
last modified time | relevance | path

Searched refs:m_del (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c94 m_del(mp_map_elem_t, map->table, map->alloc); in mp_map_deinit()
101 m_del(mp_map_elem_t, map->table, map->alloc); in mp_map_clear()
126 m_del(mp_map_elem_t, old_table, old_alloc); in mp_map_rehash()
310 m_del(mp_obj_t, old_table, old_alloc); in mp_set_rehash()
405 m_del(mp_obj_t, set->table, set->alloc); in mp_set_clear()
A Dscope.c71 m_del(id_info_t, scope->id_info, scope->id_info_alloc); in scope_free()
72 m_del(scope_t, scope, 1); in scope_free()
A Dmisc.h81 #define m_del(type, ptr, num) m_free(ptr, sizeof(type) * (num)) macro
86 #define m_del(type, ptr, num) ((void)(num), m_free(ptr)) macro
89 #define m_del_obj(type, ptr) (m_del(type, ptr, 1))
A Dobjmap.c59 m_del(mp_obj_t, nextses, self->n_iters); in map_iternext()
A Dvstr.c73 m_del(char, vstr->buf, vstr->alloc); in vstr_clear()
87 m_del(char, vstr->buf, vstr->alloc); in vstr_free()
A Dasmbase.c45 m_del(size_t, as->label_offsets, as->max_num_labels); in mp_asm_base_deinit()
A Dpystack.h93 m_del(uint8_t, ptr, n_bytes); in mp_nonlocal_free()
A Dobjclosure.c57 m_del(mp_obj_t, args2, n_total); in closure_call()
A Dobjboundmeth.c75 m_del(mp_obj_t, free_args2, 1 + n_total); in mp_call_method_self_n_kw()
A Dreader.c54 m_del(char, (char *)reader->beg, reader->free_len); in mp_reader_mem_close()
A Dobjtuple.c102 m_del(mp_obj_t, items, alloc); in mp_obj_tuple_make_new()
A Dparse.c1178 m_del(rule_stack_t, parser.rule_stack, parser.rule_stack_alloc); in mp_parse()
1179 m_del(mp_parse_node_t, parser.result_stack, parser.result_stack_alloc); in mp_parse()
1191 m_del(byte, chunk, sizeof(mp_parse_chunk_t) + chunk->alloc); in mp_parse_tree_clear()
A Demitinlinextensa.c64 m_del(qstr, emit->label_lookup, emit->max_num_labels); in emit_inline_xtensa_free()
A Dobjint.c192 m_del(char, buf, buf_size); in mp_obj_int_print()
A Dmpprint.c337 m_del(char, buf, buf_size); in mp_print_mp_int()
A Dmpconfig.h1629 #define MP_PLAT_FREE_EXEC(ptr, size) m_del(byte, ptr, size)
A Dmpz.c631 m_del(mpz_dig_t, z->dig, z->alloc); in mpz_deinit()
673 m_del(mpz_dig_t, z->dig, z->alloc); in mpz_free()
1719 m_del(mpz_dig_t, dig, ilen); in mpz_as_str_inpl()
A Dobjexcept.c107 m_del(byte, old_buf, old_size); in mp_alloc_emergency_exception_buf()
A Dobjtype.c316 m_del(mp_obj_t, args2, 1 + n_args + 2 * n_kw); in mp_obj_instance_make_new()
348 m_del(mp_obj_t, args2, 2 + n_args + 2 * n_kw); in mp_obj_instance_make_new()
A Dlexer.c884 m_del(uint16_t, lex->indent_level, lex->alloc_indent_level); in mp_lexer_free()
A Dobjset.c254 m_del(mp_obj_t, self->set.table, self->set.alloc); in set_intersect_int()
A Dpersistentcode.c280 m_del(char, str, len); in load_qstr()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpthreadport.c255 m_del(uint8_t, th->stack_addr, th->stack_len * sizeof(cpu_stack_t)); in mp_thread_deinit()
/AliOS-Things-master/components/py_engine/modules/ble/
A Dmodble.c199 m_del(amp_bt_host_adapter_gatt_chars_t, service.chars, chara_num); in ble_addService()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c375 m_del(uint8_t, old_ringbuf_buf, old_ringbuf_alloc); in bluetooth_ble_config()
376 m_del(uint8_t, old_irq_data_buf, old_irq_data_alloc); in bluetooth_ble_config()
624 m_del(uint16_t *, handles, len); in bluetooth_ble_gatts_register_services()
625 m_del(size_t, num_handles, len); in bluetooth_ble_gatts_register_services()
1330 m_del(uint8_t, (uint8_t *)combined_data, total_len); in mp_bluetooth_gattc_on_data_available()

Completed in 46 milliseconds

12