Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/ !
H A Dzalloc.h1714 uint64_t zbs_cached; member
H A Dzalloc.c8823 stats->zbs_cached = 0; in zone_get_stats()
8826 stats->zbs_cached += zc->zc_alloc_cur + in zone_get_stats()
8832 stats->zbs_free = zone_count_free(zone) + stats->zbs_cached; in zone_get_stats()