pub type AllocatorAtomicArray<InType, const BUFFER_SIZE: usize> = OgreArrayPoolAllocator<InType, AtomicMove<u32, BUFFER_SIZE>, BUFFER_SIZE>;
Aliased Typeยง
pub struct AllocatorAtomicArray<InType, const BUFFER_SIZE: usize> { /* private fields */ }
pub type AllocatorAtomicArray<InType, const BUFFER_SIZE: usize> = OgreArrayPoolAllocator<InType, AtomicMove<u32, BUFFER_SIZE>, BUFFER_SIZE>;
pub struct AllocatorAtomicArray<InType, const BUFFER_SIZE: usize> { /* private fields */ }