Searched defs:ZoneAllocator (Results 1 – 1 of 1) sorted by relevance
40 pub struct ZoneAllocator<'a> { struct41 small_slabs: [SCAllocator<'a, ObjectPage<'a>>; ZoneAllocator::MAX_BASE_SIZE_CLASSES], argument45 impl<'a> Default for ZoneAllocator<'a> { argument56 impl<'a> ZoneAllocator<'a> { impl157 unsafe impl<'a> crate::Allocator<'a> for ZoneAllocator<'a> { implementation