Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc.c6650 vm_size_t shared_threshold = zalloc_get_shared_threshold(zone, esize); in zalloc_item() local
6652 if (zs->zs_mem_allocated >= shared_threshold) { in zalloc_item()