Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h176 #define Z_MAGIC_QUO(s) (((1ull << 32) - 1) / (uint64_t)(s) + 1) macro
621 quo = Z_FAST_QUO(delta, Z_MAGIC_QUO(sizeof(*z))); in zone_index()
H A Dzalloc.c9569 z->z_quo_magic = Z_MAGIC_QUO(size);