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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c1182 uint32_t zleak_trace_buckets = CONFIG_ZLEAK_TRACE_MAP_NUM; variable
1236 if (PE_parse_boot_argn("zleak-traces", &zleak_trace_buckets, sizeof(zleak_trace_buckets))) {
1237 printf("Zone leak trace buckets override: %u\n", zleak_trace_buckets);
1239 if (zleak_trace_buckets == 0 || (zleak_trace_buckets & (zleak_trace_buckets-1))) {
1279 vm_size_t z_trace_size = zleak_trace_buckets * sizeof(struct ztrace);
1386 uint32_t trace_index = hashbacktrace(bt, depth, zleak_trace_buckets);
1482 if (allocation->za_element == addr && allocation->za_trace_index < zleak_trace_buckets) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py692 max_ztrace = unsigned(kern.globals.zleak_trace_buckets)
712 max_ztrace = unsigned(kern.globals.zleak_trace_buckets)

Completed in 86 milliseconds