/third_party/boost/boost/range/detail/ |
D | any_iterator_buffer.hpp | 36 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_buffer 78 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_heap_only_buffer 100 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_stack_only_buffer
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function 79 pointer allocate(size_type n) in allocate() function 83 pointer allocate(size_type n, const void *) in allocate() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function 79 pointer allocate(size_type n) in allocate() function 83 pointer allocate(size_type n, const void *) in allocate() function
|
/third_party/boost/boost/pool/ |
D | pool_alloc.hpp | 238 static pointer allocate(const size_type n) in allocate() function in boost::pool_allocator 252 static pointer allocate(const size_type n, const void * const) in allocate() function in boost::pool_allocator 435 static pointer allocate(const size_type n) in allocate() function in boost::fast_pool_allocator 448 static pointer allocate(const size_type n, const void * const) in allocate() function in boost::fast_pool_allocator 452 static pointer allocate() in allocate() function in boost::fast_pool_allocator
|
/third_party/boost/libs/core/test/ |
D | allocator_allocate_hint_test.cpp | 23 T* allocate(std::size_t n, const void*) { in allocate() function 36 T* allocate(std::size_t n) { in allocate() function
|
D | allocator_allocate_test.cpp | 18 T* allocate(std::size_t n) { in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 281 void* allocate(size_type n) { in allocate() function 284 void* allocate(size_type n, const void*) { in allocate() function 289 pointer allocate(size_type n) { in allocate() function 292 pointer allocate(size_type n, const void*) { in allocate() function
|
/third_party/boost/libs/compute/test/ |
D | test_buffer_allocator.cpp | 20 BOOST_AUTO_TEST_CASE(allocate) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/smart_ptr/test/ |
D | shared_ptr_alloc_construct11_test.cpp | 13 unsigned allocate; member 29 T* allocate(std::size_t size) { in allocate() function in creator
|
/third_party/boost/libs/asio/test/latency/ |
D | allocator.hpp | 25 void* allocate(std::size_t n) in allocate() function in allocator
|
/third_party/boost/boost/context/ |
D | pooled_fixedsize_stack.hpp | 88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage 135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
|
D | fixedsize_stack.hpp | 50 stack_context allocate() { in allocate() function in boost::context::basic_fixedsize_stack
|
/third_party/boost/libs/coroutine/performance/ |
D | preallocated_stack_allocator.hpp | 41 void allocate( boost::coroutines::stack_context & ctx, std::size_t size) in allocate() function in preallocated_stack_allocator
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnRingBuffer.cpp | 24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
|
/third_party/boost/boost/container/detail/ |
D | block_slist.hpp | 93 void *allocate(std::size_t size, memory_resource &mr) in allocate() function in boost::container::pmr::block_slist_base 142 void *allocate(std::size_t size) in allocate() function in boost::container::pmr::block_slist
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | util.c | 28 allocate(uint32_t alloc_size, int clear) in allocate() function
|
/third_party/skia/src/sksl/ |
D | SkSLMemoryPool.h | 37 void* allocate(size_t size) { return ::operator new(size); } in allocate() function
|
/third_party/boost/boost/coroutine/posix/ |
D | segmented_stack_allocator.hpp | 45 void allocate( stack_context & ctx, std::size_t size = traits_type::minimum_size() ) in allocate() function
|
/third_party/boost/boost/coroutine/ |
D | standard_stack_allocator.hpp | 37 void allocate( stack_context & ctx, std::size_t size = traits_type::minimum_size() ) in allocate() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrMemoryPool.h | 138 std::unique_ptr<Op> allocate(OpArgs&&... opArgs) { in allocate() function 143 void* allocate(size_t size) { in allocate() function
|
/third_party/boost/boost/asio/detail/ |
D | thread_info_base.hpp | 72 static void* allocate(thread_info_base* this_thread, std::size_t size) in allocate() function in boost::asio::detail::thread_info_base 84 static void* allocate(Purpose, thread_info_base* this_thread, in allocate() function in boost::asio::detail::thread_info_base
|
D | handler_alloc_helpers.hpp | 54 inline void* allocate(std::size_t s, Handler& h) in allocate() function 125 T* allocate(std::size_t n) in allocate() function in boost::asio::detail::hook_allocator
|
/third_party/boost/libs/statechart/example/BitMachine/ |
D | UniqueObjectAllocator.hpp | 40 static void * allocate( std::size_t size ) in allocate() function in UniqueObjectAllocator
|
/third_party/boost/boost/statechart/detail/ |
D | memory.hpp | 43 void * allocate( std::size_t size ) in allocate() function
|
/third_party/boost/boost/context/posix/ |
D | segmented_stack.hpp | 52 stack_context allocate() { in allocate() function in boost::context::basic_segmented_stack
|