Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dstdunk.h140 #define STD_CREATE_BODY_WITH_TAG_(classname, unknown, outer_unknown, pool_type, tag, base) \ argument
150 #define STD_CREATE_BODY_WITH_TAG(classname, unknown, outer_unknown, pool_type, tag, base) \ argument
153 #define STD_CREATE_BODY_(classname, unknown, outer_unknown, pool_type, base) \ argument
156 #define STD_CREATE_BODY(classname, unknown, outer_unknown, pool_type) \ argument
170 POOL_TYPE pool_type, in KCOM_New()
186 POOL_TYPE pool_type) in new()
194 POOL_TYPE pool_type, in new()
/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