Home
last modified time | relevance | path

Searched defs:fast_pool_allocator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/pool/test/
Dtest_poisoned_macros.cpp45 template class boost::fast_pool_allocator<int, boost::default_user_allocator_new_delete>; member in boost
46 template class boost::fast_pool_allocator<int, boost::default_user_allocator_malloc_free>; member in boost
/third_party/boost/boost/pool/
Dpool_alloc.hpp349 class fast_pool_allocator class
377 fast_pool_allocator() in fast_pool_allocator() function in boost::fast_pool_allocator
393 fast_pool_allocator( in fast_pool_allocator() function in boost::fast_pool_allocator
491 class fast_pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize> class