Home
last modified time | relevance | path

Searched refs:heap_free (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/
A Dheap_api.h28 #define heap_free multi_heap_free macro
49 void heap_free(heap_handle_t heap, void *p);
/AliOS-Things-master/components/amp_adapter/include/
A Daos_system.h26 unsigned long heap_free; /* free heap memory */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dlist_ext.h20 #define pool_free(ptr) heap_free(g_nv_mempool,ptr)
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/system/
A Dmodule_system.c79 duk_push_number(ctx, heap_info.heap_free); in native_system_memory()
/AliOS-Things-master/components/py_engine/modules/system/
A Dmodsystem.c83 …p_obj_dict_store(dict, mp_obj_new_str("free",strlen("free")), mp_obj_new_int(heap_info.heap_free)); in obj_getMemory()
/AliOS-Things-master/components/amp_adapter/platform/aos/
A Daos_system.c179 heap_info->heap_free = g_kmm_head->free_size; in amp_heap_memory_info()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/system/
A Dmodule_system.c99 JS_SetPropertyStr(ctx, t, "heapFree", JS_NewInt32(ctx, heap_info.heap_free)); in native_system_memory()

Completed in 16 milliseconds