Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dzalloc.c3334 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3336 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3339 if (z->z_btlog) { in zone_setup_logging()
3385 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3386 if (!z->z_btlog) { in zone_setup_kasan_logging()
3425 if (z->z_btlog) { in zleak_should_enable_for_zone()
3443 if (!z->z_btlog) { in zleak_should_disable_for_zone()
3459 log = z->z_btlog; in zleaks_enable_async()
3460 z->z_btlog = NULL; in zleaks_enable_async()
3478 os_atomic_store(&z->z_btlog, log, release); in zleaks_enable_async()
[all …]
H A Dzalloc_internal.h398 struct btlog *z_btlog; member