Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc.c3347 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3349 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3352 if (z->z_btlog) { in zone_setup_logging()
3398 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3399 if (!z->z_btlog) { in zone_setup_kasan_logging()
3438 if (z->z_btlog) { in zleak_should_enable_for_zone()
3456 if (!z->z_btlog) { in zleak_should_disable_for_zone()
3472 log = z->z_btlog; in zleaks_enable_async()
3473 z->z_btlog = NULL; in zleaks_enable_async()
3491 os_atomic_store(&z->z_btlog, log, release); in zleaks_enable_async()
[all …]
H A Dzalloc_internal.h400 struct btlog *z_btlog; member