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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c596 /* Times zleak_log returned false due to not being able to acquire the lock */
761 * so we don't have to check for null in zleak_log
816 zleak_log(uintptr_t* bt, function
932 /* allocation_size had better match what was passed into zleak_log - otherwise someone is freeing into the wrong zone! */
1864 if (!zleak_log(zbt, addr, zleak_tracedepth, zone->elem_size)) {
2067 if (!zleak_log(zbt, addr, zleak_tracedepth, zone->elem_size)) {

Completed in 27 milliseconds