Searched defs:mem_pool (Results 1 – 4 of 4) sorted by relevance
33 struct obstack mem_pool; /* Memory pool holding the keys. */ member
77 std::shared_ptr<MemoryPool> mem_pool() const { return mem_pool_; } in mem_pool() function
65 auto mem_pool = std::unique_ptr<CachedSharedMemory>(new CachedSharedMemory(port, val_in_GB)); in CreateArena() local
65 void *mem_pool; member