Searched refs:heap_free (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/ |
A D | heap_api.h | 28 #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 D | aos_system.h | 26 unsigned long heap_free; /* free heap memory */ member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/ |
A D | list_ext.h | 20 #define pool_free(ptr) heap_free(g_nv_mempool,ptr)
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/system/ |
A D | module_system.c | 79 duk_push_number(ctx, heap_info.heap_free); in native_system_memory()
|
/AliOS-Things-master/components/py_engine/modules/system/ |
A D | modsystem.c | 83 …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 D | aos_system.c | 179 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 D | module_system.c | 99 JS_SetPropertyStr(ctx, t, "heapFree", JS_NewInt32(ctx, heap_info.heap_free)); in native_system_memory()
|
Completed in 16 milliseconds