Home
last modified time | relevance | path

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

1234567891011

/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
/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/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h48 allocate(unsigned size) in allocate() function
/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
/third_party/skia/src/gpu/dawn/
DGrDawnRingBuffer.cpp24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
/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/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/vk-gl-cts/framework/randomshaders/
DrsgNameAllocator.cpp54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
/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/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dallocator.h71 pointer allocate(std::size_t n) { in allocate() function
165 Status allocate(size_t n, Args &&... args) noexcept { 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/boost/libs/asio/include/boost/asio/detail/
Dthread_info_base.hpp78 static void* allocate(thread_info_base* this_thread, std::size_t size) in allocate() function in boost::asio::detail::thread_info_base
90 static void* allocate(Purpose, thread_info_base* this_thread, in allocate() function in boost::asio::detail::thread_info_base
/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.hpp78 static void* allocate(thread_info_base* this_thread, std::size_t size) in allocate() function in boost::asio::detail::thread_info_base
90 static void* allocate(Purpose, thread_info_base* this_thread, in allocate() function in boost::asio::detail::thread_info_base
/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

1234567891011