Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 25 of 236) sorted by relevance

12345678910

/third_party/boost/boost/range/detail/
Dany_iterator_buffer.hpp36 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/
DPoolAlloc.h75 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/
DPoolAlloc.h75 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/
Dpool_alloc.hpp238 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/
Dallocator_allocate_hint_test.cpp23 T* allocate(std::size_t n, const void*) { in allocate() function
36 T* allocate(std::size_t n) { in allocate() function
Dallocator_allocate_test.cpp18 T* allocate(std::size_t n) { in allocate() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h281 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/
Dtest_buffer_allocator.cpp20 BOOST_AUTO_TEST_CASE(allocate) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_alloc_construct11_test.cpp13 unsigned allocate; member
29 T* allocate(std::size_t size) { in allocate() function in creator
/third_party/boost/libs/asio/test/latency/
Dallocator.hpp25 void* allocate(std::size_t n) in allocate() function in allocator
/third_party/boost/boost/context/
Dpooled_fixedsize_stack.hpp88 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
Dfixedsize_stack.hpp50 stack_context allocate() { in allocate() function in boost::context::basic_fixedsize_stack
/third_party/boost/libs/coroutine/performance/
Dpreallocated_stack_allocator.hpp41 void allocate( boost::coroutines::stack_context & ctx, std::size_t size) in allocate() function in preallocated_stack_allocator
/third_party/skia/src/gpu/dawn/
DGrDawnRingBuffer.cpp24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
/third_party/boost/boost/container/detail/
Dblock_slist.hpp93 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/
Dutil.c28 allocate(uint32_t alloc_size, int clear) in allocate() function
/third_party/skia/src/sksl/
DSkSLMemoryPool.h37 void* allocate(size_t size) { return ::operator new(size); } in allocate() function
/third_party/boost/boost/coroutine/posix/
Dsegmented_stack_allocator.hpp45 void allocate( stack_context & ctx, std::size_t size = traits_type::minimum_size() ) in allocate() function
/third_party/boost/boost/coroutine/
Dstandard_stack_allocator.hpp37 void allocate( stack_context & ctx, std::size_t size = traits_type::minimum_size() ) in allocate() function
/third_party/flutter/skia/src/gpu/
DGrMemoryPool.h138 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/
Dthread_info_base.hpp72 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
Dhandler_alloc_helpers.hpp54 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/
DUniqueObjectAllocator.hpp40 static void * allocate( std::size_t size ) in allocate() function in UniqueObjectAllocator
/third_party/boost/boost/statechart/detail/
Dmemory.hpp43 void * allocate( std::size_t size ) in allocate() function
/third_party/boost/boost/context/posix/
Dsegmented_stack.hpp52 stack_context allocate() { in allocate() function in boost::context::basic_segmented_stack

12345678910