Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1908 uint16_t flex_heap_count = kt_var_heaps - fixed_heaps - 1; in kalloc_type_view_init_var() local
1912 uint16_t split_heap = kmem_get_random16(flex_heap_count - 1); in kalloc_type_view_init_var()
1957 kmem_shuffle(shuffle_buf, flex_heap_count); in kalloc_type_view_init_var()
1963 shuffle_buf[flex_heap_count] = split_heap; in kalloc_type_view_init_var()
1967 uint32_t heap_id = shuffle_buf[i % (flex_heap_count + 1)] + in kalloc_type_view_init_var()