Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool.h51 friend class MemPool<MallocMemPool>; variable
Dmem_pool.h68 explicit MemPool(std::string pool_name) : name_(std::move(pool_name)) {} in MemPool() function
Dmmap_mem_pool.h276 friend class MemPool<MmapMemPool>; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmalloc_mem_pool.h52 friend class MemPool<MallocMemPool>; variable
Dmem_pool.h78 explicit MemPool(std::string poolName) : name_(std::move(poolName)) {} in MemPool() function
Dmmap_mem_pool.h333 friend class MemPool<MmapMemPool>; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h52 class MemPool; variable
88 friend MemPool; variable
155 MemPool(MemPoolCtrler &ctl, const std::string &name) : ctrler(ctl) in MemPool() function
159 MemPool(MemPoolCtrler &ctl, const char *name) : ctrler(ctl) in MemPool() function