Lines Matching refs:module_pos
589 module_mem_t *module_pos, *tmp; in LITE_dump_malloc_free_stats() local
619 list_for_each_entry_safe(module_pos, tmp, &mem_module_statis, list, in LITE_dump_malloc_free_stats()
622 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()
628 module_pos->mem_statis.iterations_max_in_use, in LITE_dump_malloc_free_stats()
629 module_pos->mem_statis.bytes_max_allocated, in LITE_dump_malloc_free_stats()
630 module_pos->mem_statis.bytes_total_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()
658 if (!strcmp(module_pos->mem_statis.module_name, "unknown")) { in LITE_dump_malloc_free_stats()
659 unknown_mod = module_pos; in LITE_dump_malloc_free_stats()
661 HAL_Free(module_pos->mem_statis.calling_stack.func_name); in LITE_dump_malloc_free_stats()
689 list_for_each_entry_safe(module_pos, tmp, &mem_module_statis, list, in LITE_dump_malloc_free_stats()
692 list_del(&module_pos->list); in LITE_dump_malloc_free_stats()
693 HAL_Free(module_pos); in LITE_dump_malloc_free_stats()