Home
last modified time | relevance | path

Searched defs:BlockPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUCachingAllocator.cpp36 struct BlockPool { struct
37 BlockPool(bool small) : blocks(BlockComparatorSize), is_small(small) {} in BlockPool() function
38 std::set<Block*, Comparison> blocks;
39 const bool is_small;
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DBlockPool.java38 final class BlockPool { class
56 private BlockPool() {} in BlockPool() method in BlockPool
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp154 struct BlockPool { struct
155 BlockPool(bool small, PrivatePool* private_pool = nullptr) in BlockPool() argument
163 std::set<Block*, Comparison> blocks;
164 std::set<Block*, Comparison> unmapped;
166 const bool is_small;
167 PrivatePool* owner_PrivatePool;
168 int64_t get_free_blocks_call_count{0};
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/c2/aidl/android.hardware.media.c2-V1-ndk-source/gen/android/hardware/media/c2/
DIComponent.cpp912 …ponent::BlockPoolAllocator& /*in_allocator*/, ::aidl::android::hardware::media::c2::IComponent::Bl… in createBlockPool()