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