Home
last modified time | relevance | path

Searched defs:pool_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/pool/
Dsingleton_pool.hpp118 struct pool_type: public Mutex, public pool<UserAllocator> struct in boost::singleton_pool
120 pool_type() : pool<UserAllocator>(RequestedSize, NextSize, MaxSize) {} in pool_type() function
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp154 > pool_type; in operator new() typedef
169 > pool_type; in operator delete() typedef
/third_party/boost/libs/pool/test/
Dtest_pool_alloc.cpp231 typedef boost::pool<track_alloc> pool_type; in test_mem_usage() typedef