Lines Matching defs:pool
21 * \brief Array template backed by memory pool.
34 MemPool pool;
35 PoolArray<int> arr (&pool);
36 PoolArray<deUint16> arr16 (&pool);
43 pool.alloc(1);
90 PoolArray<int> arr2(&pool);
108 MemPool pool;
109 PoolArray<int, 16> arr (&pool);
110 PoolArray<deUint16, 8> arr16 (&pool);
117 pool.alloc(1);
170 PoolArray<int, 32> arr2(&pool);
240 MemPool pool;
241 PoolArray<RefCount> arr (&pool);
272 MemPool pool;
273 PoolArray<int> arr (&pool);