Searched refs:ScopedAllocatorContainer (Results 1 – 6 of 6) sorted by relevance
22 Status ScopedAllocatorContainer::AddScopedAllocator( in AddScopedAllocator()47 ScopedAllocatorContainer::SAField(ScopedAllocator::kBackingIndex, sa); in AddScopedAllocator()53 allocators_[f.scope_id] = ScopedAllocatorContainer::SAField( in AddScopedAllocator()59 ScopedAllocator* ScopedAllocatorContainer::GetAllocator(int32 scope_id) { in GetAllocator()73 ScopedAllocatorInstance* ScopedAllocatorContainer::GetInstance(int32 scope_id) { in GetInstance()86 void ScopedAllocatorContainer::Drop(int32 scope_id, ScopedAllocator* sa) { in Drop()99 ScopedAllocatorContainer::~ScopedAllocatorContainer() { in ~ScopedAllocatorContainer()138 ScopedAllocatorContainer* ScopedAllocatorMgr::GetContainer(int64 step_id) { in GetContainer()140 ScopedAllocatorContainer* sac = nullptr; in GetContainer()144 sac = new ScopedAllocatorContainer(this, step_id); in GetContainer()[all …]
31 class ScopedAllocatorContainer : public core::RefCounted {48 ScopedAllocatorContainer(const ScopedAllocatorMgr* mgr, int64 step_id) in ScopedAllocatorContainer() function50 ~ScopedAllocatorContainer();80 ScopedAllocatorContainer* GetContainer(int64 step_id);106 std::unordered_map<int64, ScopedAllocatorContainer*> per_step_map_
57 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); in SaveInstances()96 ScopedAllocatorContainer* sac_101 = sam_.GetContainer(101); in TEST_F()98 ScopedAllocatorContainer* sac_201 = sam_.GetContainer(201); in TEST_F()101 ScopedAllocatorContainer* also_sac_101 = sam_.GetContainer(101); in TEST_F()148 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); in TEST_F()
24 class ScopedAllocatorContainer; variable50 ScopedAllocatorContainer* container);75 ScopedAllocatorContainer* container_;
26 ScopedAllocatorContainer* container) in ScopedAllocator()
107 ScopedAllocatorContainer* sac = sam->GetContainer(step_id); in PrepOp()