Searched defs:pool_type (Results 1 – 6 of 6) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | stdunk.h | 140 #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/ |
D | singleton_pool.hpp | 118 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/ |
D | cpp_lex_token.hpp | 154 > pool_type; in operator new() typedef 169 > pool_type; in operator delete() typedef
|
/third_party/boost/libs/pool/test/ |
D | test_pool_alloc.cpp | 231 typedef boost::pool<track_alloc> pool_type; in test_mem_usage() typedef
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_memory.c | 534 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool()
|
D | efi_boottime.c | 439 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
|