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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dmalloc_check.c66 struct mc_data_s { struct
67 struct mc_data_s *mc_prev;
85 static struct mc_data_s *mc_data_hash[HASH_TABLE_SIZE];
162 struct mc_data_s *newd = malloc(sizeof(struct mc_data_s));
168 memset(newd, 0, sizeof(struct mc_data_s));
176 struct mc_data_s *newd = newone();
178 struct mc_data_s **base = &mc_data_hash[hash_address(addr)];
192 print_entry(char *msg, struct mc_data_s *data)
209 balanced_by_alloc_p(struct mc_data_s *new
[all...]

Completed in 57 milliseconds