Searched defs:mallocation (Results 1 – 1 of 1) sorted by relevance
717 struct mallocation { struct718 mcache_obj_t *element; /* the alloc'ed element, NULL if unused */719 u_int32_t trace_index; /* mtrace index for corresponding backtrace */720 u_int32_t count; /* How many objects were requested */721 u_int64_t hitcount; /* for determining hash effectiveness */