Lines Matching refs:C2AllocatorIon
484 C2AllocatorIon::C2AllocatorIon(id_t id) in C2AllocatorIon() function in android::C2AllocatorIon
501 C2AllocatorIon::~C2AllocatorIon() { in ~C2AllocatorIon()
507 C2Allocator::id_t C2AllocatorIon::getId() const { in getId()
512 C2String C2AllocatorIon::getName() const { in getName()
517 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const { in getTraits()
522 void C2AllocatorIon::setUsageMapper( in setUsageMapper()
536 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()
540 c2_status_t C2AllocatorIon::mapUsage( in mapUsage()
580 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation()
608 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation()
632 bool C2AllocatorIon::CheckHandle(const C2Handle* const o) { in CheckHandle()