Searched refs:UnboundedPool (Results 1 – 3 of 3) sorted by relevance
22 marl::UnboundedPool<int> pool; in TEST_P()30 marl::UnboundedPool<int>::Loan loan; in TEST_P()40 marl::UnboundedPool<int> pool; in TEST_P()47 marl::UnboundedPool<int> pool; in TEST_P()95 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Reconstruct> pool; in TEST_P()138 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Preserve> pool; in TEST_P()199 marl::UnboundedPool<StructWithAlignment> pool; in TEST_P()
338 class UnboundedPool : public Pool<T> {343 MARL_NO_EXPORT inline UnboundedPool(376 UnboundedPool<T, POLICY>::Storage::Storage(Allocator* allocator) in Storage()380 UnboundedPool<T, POLICY>::Storage::~Storage() { in ~Storage()390 UnboundedPool<T, POLICY>::UnboundedPool( in UnboundedPool() function396 Loan<T> UnboundedPool<T, POLICY>::borrow() const { in borrow()404 inline void UnboundedPool<T, POLICY>::borrow(size_t n, const F& f) const { in borrow()430 void UnboundedPool<T, POLICY>::Storage::return_(Item* item) { in return_()
81 UnboundedPool<Record> pool;