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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c562 * the zone allocator. Each stored entry in the zallocations table points to an entry in the ztraces table, which
608 uint32_t za_trace_index; /* index into ztraces for backtrace associated with allocation */
621 static struct ztrace* ztraces; variable in typeref:struct:ztrace
626 /* Lock to protect zallocations, ztraces, and top_ztrace from concurrent modification. */
678 /* zleak-traces=XXXX (override number of buckets in ztraces) */
757 ztraces = traces_ptr;
760 * Initialize the top_ztrace to the first entry in ztraces,
763 top_ztrace = &ztraces[0];
830 struct ztrace* trace = &ztraces[trace_index];
887 struct ztrace* associated_trace = &ztraces[allocatio
[all...]

Completed in 73 milliseconds