Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc.h1865 uint64_t zbs_cached; member
H A Dzalloc.c8889 stats->zbs_cached = 0; in zone_get_stats()
8892 stats->zbs_cached += zc->zc_alloc_cur + in zone_get_stats()
8898 stats->zbs_free = zone_count_free(zone) + stats->zbs_cached; in zone_get_stats()