Lines Matching refs:base_pool_allocator
141 class base_pool_allocator
145 base_pool_allocator (const char *name, size_t size CXX_MEM_STAT_INFO);
146 ~base_pool_allocator ();
241 base_pool_allocator <TBlockAllocator>::base_pool_allocator ( in base_pool_allocator() function
253 base_pool_allocator <TBlockAllocator>::initialize () in initialize()
302 base_pool_allocator <TBlockAllocator>::release () in release()
333 base_pool_allocator <TBlockAllocator>::release_if_empty () in release_if_empty()
340 inline base_pool_allocator <TBlockAllocator>::~base_pool_allocator () in ~base_pool_allocator()
348 base_pool_allocator <TBlockAllocator>::allocate () in allocate()
430 base_pool_allocator <TBlockAllocator>::remove (void *object) in remove()
469 base_pool_allocator <TBlockAllocator>::num_elts_current () in num_elts_current()
477 typedef base_pool_allocator <memory_block_pool> pool_allocator;