Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmmap_mem_pool-inl.h58 inline void MmapPoolMap::PushFreePool(Pool pool) in PushFreePool()
91 inline void MmapPoolMap::AddNewPool(Pool pool) in AddNewPool()
100 for (const auto &pool : free_pools_) { in GetAllSize() local
109 for (auto pool = free_pools_.rbegin(); pool != free_pools_.rend(); pool++) { in HaveEnoughFreePools() local
154 Pool pool = std::get<0>(i.second); in ~MmapMemPool() local
317 Pool pool = NULLPOOL; in AllocPoolUnsafe() local
410 Pool pool = AllocPoolUnsafe(size, space_type, allocator_type, allocator_addr); in AllocPoolImpl() local
Dmem_pool.h30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool()
Dmmap_mem_pool.h38 …explicit MmapPool(Pool pool, FreePoolsIter free_pools_iter) : pool_(pool), free_pools_iter_(free_p… in MmapPool()
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp46 …void AddToPoolMap(Pool pool, SpaceType space_type, AllocatorType allocator_type, void *allocator_a… in AddToPoolMap()
55 void RemovePoolFromMap(Pool pool) in RemovePoolFromMap()
93 …void CheckRandomPoolAddress(Pool pool, SpaceType space_type, AllocatorType allocator_type, uintptr… in CheckRandomPoolAddress()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp36 …auto pool = MemMapAllocator::GetInstance()->Allocate(capacity, DEFAULT_REGION_SIZE, isRegular, isM… in AllocateAlignedRegion() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp482 static void DumpConstantPoolClass(const ConstantPool *pool, std::ostream &os) in DumpConstantPoolClass()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js42444 this.pool = []; property
101548 this.pool = []; property