Searched refs:OS_malloc_record (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_mem_stats.c | 299 OS_malloc_record *os_malloc_pos, va_list ap) in _count_malloc_internal() 374 void _count_free_internal(void *ptr, OS_malloc_record *os_malloc_pos) in _count_free_internal() 394 OS_malloc_record *pos; in LITE_malloc_internal() 433 pos = HAL_Malloc(sizeof(OS_malloc_record)); in LITE_malloc_internal() 439 memset(pos, 0, sizeof(OS_malloc_record)); in LITE_malloc_internal() 492 OS_malloc_record *pos; in LITE_free_internal() 493 OS_malloc_record *next; in LITE_free_internal() 503 list_for_each_entry_safe(pos, next, &mem_recs, list, OS_malloc_record) in LITE_free_internal() 588 OS_malloc_record *pos; in LITE_dump_malloc_free_stats() 702 list_for_each_entry(pos, &mem_recs, list, OS_malloc_record) in LITE_dump_malloc_free_stats()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_mem_stats.h | 26 } OS_malloc_record; typedef
|
Completed in 5 milliseconds