Home
last modified time | relevance | path

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

12345678910>>...23

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DOnDemandAllocatingPoolLincheckTest.kt22 fun allocate(): Boolean = pool.allocate() in allocate() method
32 fun allocate() = if (closed) { in allocate() method
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.cpp70 MemoryPool::allocate(size_t size) in allocate() function in r600::MemoryPool
77 MemoryPool::allocate(size_t size, size_t align) in allocate() function in r600::MemoryPool
125 MemoryBacking::allocate(size_t size) in allocate() function in r600::MemoryBacking
133 MemoryBacking::allocate(size_t size, size_t align) in allocate() function in r600::MemoryBacking
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_hint.pass.cpp31 value_type* allocate(std::size_t n) in allocate() function
43 value_type* allocate(std::size_t n) in allocate() function
48 value_type* allocate(std::size_t n, const void* p) in allocate() function
Dallocate.fail.cpp33 value_type* allocate(std::size_t n) in allocate() function
38 value_type* allocate(std::size_t n, const void* p) in allocate() function
/external/sdv/vsomeip/third_party/boost/range/include/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
/external/angle/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
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() function
76 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function
159 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function
212 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function
257 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
309 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/raw/
Dalloc.rs20 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, core::alloc::AllocError> { in allocate() method
38 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()>; in allocate() method
46 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
68 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
/external/cronet/tot/third_party/libc++/src/test/support/
Dmin_allocator.h35 T* allocate(std::size_t n) in allocate() function
73 T* allocate(std::size_t n) in allocate() function
124 T* allocate(std::size_t n) in allocate() function
397 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function
422 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
447 …TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { return std::allocator<T>().allocate(n + 1) + 1; } in allocate() function
465 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { in allocate() function
Dtest_std_memory_resource.h108 void* allocate(std::size_t, size_t) { in allocate() function
124 void* allocate(std::size_t s, size_t) { return ::operator new(s); } in allocate() function
140 void* allocate(std::size_t s, size_t a) { in allocate() function
/external/cronet/stable/third_party/libc++/src/test/support/
Dmin_allocator.h35 T* allocate(std::size_t n) in allocate() function
73 T* allocate(std::size_t n) in allocate() function
124 T* allocate(std::size_t n) in allocate() function
397 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function
422 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
447 …TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { return std::allocator<T>().allocate(n + 1) + 1; } in allocate() function
465 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { in allocate() function
Dtest_std_memory_resource.h108 void* allocate(std::size_t, size_t) { in allocate() function
124 void* allocate(std::size_t s, size_t) { return ::operator new(s); } in allocate() function
140 void* allocate(std::size_t s, size_t a) { in allocate() function
/external/sdv/vsomeip/third_party/boost/pool/include/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
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc33 Error CrosGralloc4Allocator::allocate(const BufferDescriptorInfo& descriptor, uint32_t* outStride, in allocate() function in CrosGralloc4Allocator
72 Return<void> CrosGralloc4Allocator::allocate(const hidl_vec<uint8_t>& descriptor, uint32_t count, in allocate() function in CrosGralloc4Allocator
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_hint.pass.cpp32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
Dallocate_at_least.pass.cpp30 constexpr T* allocate(std::size_t) { return &t; } in allocate() function
40 constexpr T* allocate(std::size_t) { return &t1; } in allocate() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_hint.pass.cpp32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
Dallocate_at_least.pass.cpp30 constexpr T* allocate(std::size_t) { return &t; } in allocate() function
40 constexpr T* allocate(std::size_t) { return &t1; } in allocate() function
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DInternalLogId.java43 public static InternalLogId allocate(Class<?> type, @Nullable String details) { in allocate() method in InternalLogId
54 public static InternalLogId allocate(String typeName, @Nullable String details) { in allocate() method in InternalLogId
/external/sdv/vsomeip/third_party/boost/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
/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dalloc.rs58 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()>; in allocate() method
67 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
/external/libcxx/test/support/
Dmin_allocator.h32 T* allocate(std::size_t n) in allocate() function
70 T* allocate(std::size_t n) in allocate() function
119 T* allocate(std::size_t n) in allocate() function
421 pointer allocate(std::ptrdiff_t n) in allocate() function
446 T* allocate(std::size_t n) in allocate() function
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
Dlibcxx.control_block_layout.pass.cpp156 T* allocate(std::size_t) { return nullptr; } in allocate() function
167 T* allocate(std::size_t) { return nullptr; } in allocate() function
177 T* allocate(std::size_t) { return nullptr; } in allocate() function
188 T* allocate(std::size_t) { return nullptr; } in allocate() function
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
Dlibcxx.control_block_layout.pass.cpp156 T* allocate(std::size_t) { return nullptr; } in allocate() function
167 T* allocate(std::size_t) { return nullptr; } in allocate() function
177 T* allocate(std::size_t) { return nullptr; } in allocate() function
188 T* allocate(std::size_t) { return nullptr; } in allocate() function
/external/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate() function

12345678910>>...23