Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/src/
Dpool_test.cpp22 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()
/external/swiftshader/third_party/marl/include/marl/
Dpool.h338 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() function
396 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_()
Dticket.h81 UnboundedPool<Record> pool;