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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dmalloc_check.c210 long *addr_match_num,
221 *addr_match_num = cur->mc_alloc_number;
226 *addr_match_num = cur->mc_alloc_number;
232 *addr_match_num = cur->mc_alloc_number;
247 long addr_match_num = -1; local
259 balanced_by_alloc_p(newd, &addr_match_num, &addr_match, *base);
264 fprintf(stderr, "addr-match_num? %ld\n", addr_match_num);
277 fprintf(stderr, "Double dealloc entry %ld\n", addr_match_num);
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

Completed in 44 milliseconds