Searched refs:simple_malloc_record_s (Results 1 – 3 of 3) sorted by relevance
1060 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base; in _dwarf_free_all_of_one_debug()1064 struct simple_malloc_record_s *prev_smp = 0; in _dwarf_free_all_of_one_debug()1171 struct simple_malloc_record_s *cur; in _dwarf_simple_malloc_add_to_list()1177 malloc(sizeof(struct simple_malloc_record_s)); in _dwarf_simple_malloc_add_to_list()1183 0, sizeof(struct simple_malloc_record_s)); in _dwarf_simple_malloc_add_to_list()1192 struct simple_malloc_record_s *newblock = in _dwarf_simple_malloc_add_to_list()1193 malloc(sizeof(struct simple_malloc_record_s)); in _dwarf_simple_malloc_add_to_list()1198 memset(newblock, 0, sizeof(struct simple_malloc_record_s)); in _dwarf_simple_malloc_add_to_list()1233 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base; in _dwarf_simple_malloc_delete_from_list()
169 struct simple_malloc_record_s { struct170 struct simple_malloc_record_s *sr_next; argument
236 struct simple_malloc_record_s * de_simple_malloc_base;