Searched refs:mem_table (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/ |
A D | osdep_service.c | 166 _list mem_table; variable 337 add_mem_usage(&mem_table, pbuf, sz, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_vmalloc() 348 add_mem_usage(&mem_table, pbuf, sz, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_zvmalloc() 359 del_mem_usage(&mem_table, pbuf, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_vmfree() 369 add_mem_usage(&mem_table, pbuf, sz, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_malloc() 380 add_mem_usage(&mem_table, pbuf, sz, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_zmalloc() 393 add_mem_usage(&mem_table, pbuf, sz, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_calloc() 404 del_mem_usage(&mem_table, pbuf, &mem_used_num, MEM_MONITOR_FLAG_WIFI_DRV); in rtw_mfree()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_mem_stats.h | 25 void *mem_table; member
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_mem_stats.c | 325 os_malloc_pos->mem_table = (void *)pos; in _count_malloc_internal() 378 pos = (module_mem_t *)(os_malloc_pos->mem_table); in _count_free_internal()
|
Completed in 7 milliseconds