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

/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h311 uint32_t zt_collisions; /* How many times did a different stack land here while it was occupied? */ member in struct:ztrace
H A Dzalloc.c1427 trace->zt_collisions++;
1445 trace->zt_collisions = 0;
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py743 print '{0: <5d} {1: <9d} {2: <10d}'.format(current_index, ztrace_current.zt_hit_count, ztrace_current.zt_collisions)

Completed in 32 milliseconds