Home
last modified time | relevance | path

Searched refs:heap_total (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/
A Daos_system.h24 unsigned long heap_total; /* total heap memory */ member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/system/
A Dmodule_system.c73 duk_push_number(ctx, heap_info.heap_total); in native_system_memory()
/AliOS-Things-master/components/py_engine/modules/system/
A Dmodsystem.c81 …bj_dict_store(dict, mp_obj_new_str("total",strlen("total")), mp_obj_new_int(heap_info.heap_total)); in obj_getMemory()
/AliOS-Things-master/components/amp_adapter/platform/aos/
A Daos_system.c177 heap_info->heap_total = g_kmm_head->free_size + g_kmm_head->used_size; in amp_heap_memory_info()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/system/
A Dmodule_system.c97 JS_SetPropertyStr(ctx, t, "heapTotal", JS_NewInt32(ctx, heap_info.heap_total)); in native_system_memory()

Completed in 14 milliseconds