Searched defs:FreeListAllocator (Results 1 – 1 of 1) sorted by relevance
960 pub struct FreeListAllocator { struct967 state: Mutex<FreeListAllocatorState>, argument970 impl FreeListAllocator { argument1206 unsafe impl DeviceOwned for FreeListAllocator { implementation