Searched defs:PoolAllocator (Results 1 – 7 of 7) sorted by relevance
1957 pub struct PoolAllocator<const BLOCK_SIZE: DeviceSize> { struct1958 inner: PoolAllocatorInner, argument1961 impl<const BLOCK_SIZE: DeviceSize> PoolAllocator<BLOCK_SIZE> { impl2074 unsafe impl<const BLOCK_SIZE: DeviceSize> DeviceOwned for PoolAllocator<BLOCK_SIZE> { implementation2543 pub(super) struct PoolAllocator<T> { struct2544 pool: Vec<T>,2546 free_list: Vec<SlotId>,2549 impl<T> PoolAllocator<T> { implementation2603 impl<T: Copy> PoolAllocator<T> { impl
37 class PoolAllocator; variable
34 class PoolAllocator; variable
36 PoolAllocator::PoolAllocator(size_t pool_size_limit, bool auto_resize, in PoolAllocator() function in tensorflow::PoolAllocator
162 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() function in angle::PoolAllocator
19 class PoolAllocator; variable