Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc.c3310 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3312 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3315 if (z->z_btlog) { in zone_setup_logging()
3361 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3362 if (!z->z_btlog) { in zone_setup_kasan_logging()
3401 if (z->z_btlog) { in zleak_should_enable_for_zone()
3421 if (!z->z_btlog) { in zleak_should_disable_for_zone()
3437 log = z->z_btlog; in zleaks_enable_async()
3438 z->z_btlog = NULL; in zleaks_enable_async()
3456 os_atomic_store(&z->z_btlog, log, release); in zleaks_enable_async()
[all …]
H A Dzalloc_internal.h396 struct btlog *z_btlog; member