Searched refs:C2AllocatorIon (Results 1 – 6 of 6) sorted by relevance
482 C2AllocatorIon::C2AllocatorIon(id_t id) in C2AllocatorIon() function in android::C2AllocatorIon499 C2AllocatorIon::~C2AllocatorIon() { in ~C2AllocatorIon()505 C2Allocator::id_t C2AllocatorIon::getId() const { in getId()510 C2String C2AllocatorIon::getName() const { in getName()515 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const { in getTraits()520 void C2AllocatorIon::setUsageMapper( in setUsageMapper()534 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()538 c2_status_t C2AllocatorIon::mapUsage( in mapUsage()578 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation()606 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation()[all …]
190 std::weak_ptr<C2AllocatorIon> gIonAllocator;194 const std::shared_ptr<C2AllocatorIon> allocator, in UseComponentStoreForIonAllocator()196 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator()315 std::shared_ptr<C2AllocatorIon> ionAllocator; in setComponentStore()335 std::shared_ptr<C2AllocatorIon> allocator = gIonAllocator.lock(); in fetchIonAllocator()342 allocator = std::make_shared<C2AllocatorIon>(C2PlatformAllocatorStore::ION); in fetchIonAllocator()
62 "C2AllocatorIon.cpp",
42 using android::C2AllocatorIon;
30 class C2AllocatorIon : public C2Allocator {54 C2AllocatorIon(id_t id);58 virtual ~C2AllocatorIon() override;
37 using android::C2AllocatorIon;