Searched refs:module_pos (Results 1 – 1 of 1) sorted by relevance
589 module_mem_t *module_pos, *tmp; in LITE_dump_malloc_free_stats() local622 if (module_pos) { in LITE_dump_malloc_free_stats()626 module_pos->mem_statis.module_name, in LITE_dump_malloc_free_stats()627 module_pos->mem_statis.bytes_max_in_use, in LITE_dump_malloc_free_stats()629 module_pos->mem_statis.bytes_max_allocated, in LITE_dump_malloc_free_stats()631 module_pos->mem_statis.iterations_allocated, in LITE_dump_malloc_free_stats()632 module_pos->mem_statis.bytes_total_freed, in LITE_dump_malloc_free_stats()633 module_pos->mem_statis.iterations_freed); in LITE_dump_malloc_free_stats()659 unknown_mod = module_pos; in LITE_dump_malloc_free_stats()692 list_del(&module_pos->list); in LITE_dump_malloc_free_stats()[all …]
Completed in 3 milliseconds