Home
last modified time | relevance | path

Searched defs:MemPool (Results 1 – 3 of 3) 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