Searched refs:AllocationSpotsInRange (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp918 constexpr size_t AllocationSpotsInRange(size_t range_size, size_t alloc_size, uint8_t align_pow2) { function in namespace:__anon122
941 candidate_spaces += AllocationSpotsInRange(gap_len, size, align_pow2);
963 const size_t spots = AllocationSpotsInRange(gap_len, size, align_pow2);

Completed in 26 milliseconds