Searched defs:MemPool (Results 1 – 7 of 7) sorted by relevance
51 friend class MemPool<MallocMemPool>; variable
68 explicit MemPool(std::string pool_name) : name_(std::move(pool_name)) {} in MemPool() function
276 friend class MemPool<MmapMemPool>; variable
52 friend class MemPool<MallocMemPool>; variable
78 explicit MemPool(std::string poolName) : name_(std::move(poolName)) {} in MemPool() function
333 friend class MemPool<MmapMemPool>; variable
52 class MemPool; variable88 friend MemPool; variable155 MemPool(MemPoolCtrler &ctl, const std::string &name) : ctrler(ctl) in MemPool() function159 MemPool(MemPoolCtrler &ctl, const char *name) : ctrler(ctl) in MemPool() function