pub type AllocatorFullSyncArray<InType, const BUFFER_SIZE: usize> = OgreArrayPoolAllocator<InType, FullSyncMove<u32, BUFFER_SIZE>, BUFFER_SIZE>;