Searched defs:StandardMemoryAllocator (Results 1 – 1 of 1) sorted by relevance
598 pub type StandardMemoryAllocator = GenericMemoryAllocator<Arc<FreeListAllocator>>; typedef600 impl StandardMemoryAllocator { implementation