Home
last modified time | relevance | path

Searched refs:z_btlog (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc.c3483 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3485 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3488 if (z->z_btlog) { in zone_setup_logging()
3541 if (z->z_btlog) { in zleak_should_enable_for_zone()
3556 if (!z->z_btlog) { in zleak_should_disable_for_zone()
3591 log = z->z_btlog; in zleaks_enable_async()
3592 z->z_btlog = NULL; in zleaks_enable_async()
3609 os_atomic_store(&z->z_btlog, log, release); in zleaks_enable_async()
3667 btlog_t log = z->z_btlog; in panic_display_zleaks()
5941 if (__improbable(zone->z_btlog)) { in zfree_ext()
[all …]
H A Dzalloc_internal.h298 struct btlog *z_btlog; member
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py1291 if not zval.z_btlog: continue
1292 btlog = BTLog(int(zval.z_btlog))