Home
last modified time | relevance | path

Searched refs:simple_malloc_record_s (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.c1060 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()
H A Ddwarf_alloc.h169 struct simple_malloc_record_s { struct
170 struct simple_malloc_record_s *sr_next; argument
H A Ddwarf_opaque.h236 struct simple_malloc_record_s * de_simple_malloc_base;