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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c586 extern struct ztrace* top_ztrace;
589 * top_ztrace and panic_include_ztrace comes from osfmk/kern/zalloc.c
598 if(ml_nofault_copy((vm_offset_t)top_ztrace, (vm_offset_t)&top_ztrace_copy, sizeof(struct ztrace)) == sizeof(struct ztrace)) {
608 kdb_printf("\nCan't access top_ztrace...\n");
H A Dzalloc.c1191 struct ztrace* top_ztrace; variable in typeref:struct:ztrace
1193 /* Lock to protect zallocations, ztraces, and top_ztrace from concurrent modification. */
1317 * Initialize the top_ztrace to the first entry in ztraces,
1320 top_ztrace = &ztraces[0];
1458 if (top_ztrace->zt_size < trace->zt_size)
1459 top_ztrace = trace;
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py612 (According to top_ztrace, not by iterating through the hash table)
614 top_trace = kern.globals.top_ztrace

Completed in 125 milliseconds