Home
last modified time | relevance | path

Searched defs:pool_type (Results 1 – 6 of 6) 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
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_memory.c534 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool()
Defi_boottime.c439 static efi_status_t EFIAPI efi_allocate_pool_ext(int pool_type, in efi_allocate_pool_ext()
649 int pool_type; in efi_create_event() local