Home
last modified time | relevance | path

Searched refs:allocatorType_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dpool_map.h104 ASSERT(allocatorType_ == AllocatorType::UNDEFINED); in Initialize()
114 allocatorType_ = allocatorType; in Initialize()
127 allocatorType_ = AllocatorType::UNDEFINED; in Destroy()
139 return allocatorType_; in GetAllocatorType()
153 AllocatorType allocatorType_ {AllocatorType::UNDEFINED};
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.h613 allocatorType_(allocatorType), in spaceType_()
683 AllocatorType allocatorType_; variable
Dregion_space.cpp361 …region = regionPool_->NewRegion(this, spaceType_, allocatorType_, regionSize, edenOrOldOrNonmovabl… in NewRegion()