Lines Matching refs:module_mem_t
59 } module_mem_t; typedef
64 module_mem_t *temp_a = list_entry(a, module_mem_t, list); in _mem_cmp_max_used()
65 module_mem_t *temp_b = list_entry(b, module_mem_t, list); in _mem_cmp_max_used()
225 module_mem_t *pos = NULL; in _create_mem_table()
232 pos = HAL_Malloc(sizeof(module_mem_t)); in _create_mem_table()
236 memset(pos, 0, sizeof(module_mem_t)); in _create_mem_table()
251 module_mem_t *pos = NULL, *tmp = NULL; in _find_mem_table()
257 list_for_each_entry_safe(pos, tmp, list_head, list, module_mem_t) in _find_mem_table()
272 module_mem_t *table_pos = in _del_mem_table()
273 (module_mem_t *)_find_mem_table(module_name, list_head); in _del_mem_table()
306 module_mem_t *pos = NULL; in _count_malloc_internal()
317 pos = (module_mem_t *)_find_mem_table(module_name, &mem_module_statis); in _count_malloc_internal()
319 pos = (module_mem_t *)_create_mem_table(module_name, &mem_module_statis); in _count_malloc_internal()
376 module_mem_t *pos = NULL; in _count_free_internal()
378 pos = (module_mem_t *)(os_malloc_pos->mem_table); in _count_free_internal()
589 module_mem_t *module_pos, *tmp; in LITE_dump_malloc_free_stats()
590 module_mem_t *unknown_mod = NULL; in LITE_dump_malloc_free_stats()
620 module_mem_t) in LITE_dump_malloc_free_stats()
690 module_mem_t) in LITE_dump_malloc_free_stats()