Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc.c2923 zalloc_random_uniform32(uint32_t bound_min, uint32_t bound_max) in zalloc_random_uniform32() argument
2925 uint64_t delta = bound_max - bound_min; in zalloc_random_uniform32()