Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dmem_pool.h68 explicit MemPool(std::string pool_name) : name_(std::move(pool_name)) {} in MemPool() argument