Searched defs:BlockPool (Results 1 – 4 of 4) sorted by relevance
36 struct BlockPool { struct37 BlockPool(bool small) : blocks(BlockComparatorSize), is_small(small) {} in BlockPool() function38 std::set<Block*, Comparison> blocks;39 const bool is_small;
38 final class BlockPool { class56 private BlockPool() {} in BlockPool() method in BlockPool
154 struct BlockPool { struct155 BlockPool(bool small, PrivatePool* private_pool = nullptr) in BlockPool() argument163 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};
912 …ponent::BlockPoolAllocator& /*in_allocator*/, ::aidl::android::hardware::media::c2::IComponent::Bl… in createBlockPool()