Home
last modified time | relevance | path

Searched defs:PoolAllocator (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1957 pub struct PoolAllocator<const BLOCK_SIZE: DeviceSize> { struct
1958 inner: PoolAllocatorInner, argument
1961 impl<const BLOCK_SIZE: DeviceSize> PoolAllocator<BLOCK_SIZE> { impl
2074 unsafe impl<const BLOCK_SIZE: DeviceSize> DeviceOwned for PoolAllocator<BLOCK_SIZE> { implementation
2543 pub(super) struct PoolAllocator<T> { struct
2544 pool: Vec<T>,
2546 free_list: Vec<SlotId>,
2549 impl<T> PoolAllocator<T> { implementation
2603 impl<T: Copy> PoolAllocator<T> { impl
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_process_state.h37 class PoolAllocator; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_process_state.h37 class PoolAllocator; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_state.h34 class PoolAllocator; variable
H A Dpool_allocator.cc36 PoolAllocator::PoolAllocator(size_t pool_size_limit, bool auto_resize, in PoolAllocator() function in tensorflow::PoolAllocator
/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp162 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() function in angle::PoolAllocator
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h19 class PoolAllocator; variable