Function drone_core::heap::binary_search [−][src]
pub fn binary_search<A: Allocator, T: Fits>(heap: &A, value: T) -> usize
Does a binary search for the pool with the smallest block size to fit
value
.
pub fn binary_search<A: Allocator, T: Fits>(heap: &A, value: T) -> usize
Does a binary search for the pool with the smallest block size to fit
value
.