Searched refs:newd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dmalloc_check.c162 struct mc_data_s *newd = malloc(sizeof(struct mc_data_s)); local
164 if (newd == 0) {
168 memset(newd, 0, sizeof(struct mc_data_s));
169 return newd;
176 struct mc_data_s *newd = newone(); local
181 newd->mc_address = addr;
182 newd->mc_alloc_code = code;
183 newd->mc_type = MC_TYPE_ALLOC;
184 newd->mc_alloc_number = mc_data_list_size;
185 newd
209 balanced_by_alloc_p(struct mc_data_s *newd, long *addr_match_num, struct mc_data_s **addr_match, struct mc_data_s *base) argument
245 struct mc_data_s *newd = newone(); local
[all...]

Completed in 56 milliseconds