Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc.c3345 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3347 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3350 if (z->z_btlog) { in zone_setup_logging()
3396 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3397 if (!z->z_btlog) { in zone_setup_kasan_logging()
3436 if (z->z_btlog) { in zleak_should_enable_for_zone()
3454 if (!z->z_btlog) { in zleak_should_disable_for_zone()
3470 log = z->z_btlog; in zleaks_enable_async()
3471 z->z_btlog = NULL; in zleaks_enable_async()
3489 os_atomic_store(&z->z_btlog, log, release); in zleaks_enable_async()
[all …]
H A Dzalloc_internal.h398 struct btlog *z_btlog; member