Home
last modified time | relevance | path

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

12345678910>>...13

/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/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
213 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function
258 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
309 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
/external/rust/crates/hashbrown/src/raw/
Dalloc.rs20 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, core::alloc::AllocError> { in allocate() method
37 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()>; in allocate() method
45 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
67 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate.verify.cpp31 value_type* allocate(std::size_t n) in allocate() function
36 value_type* allocate(std::size_t n, const void* p) in allocate() function
Dallocate_hint.pass.cpp35 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
49 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
Ddestroy.pass.cpp35 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
55 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
/external/llvm-project/clang/test/CodeGen/
Dcfi-unrelated-cast.cpp11 T *allocate(size_t sz) { in allocate() function in myalloc
17 T *allocate(size_t sz, const void *ptr) { in allocate() function in myalloc
Dubsan-debuglog-return.c4 __attribute__((returns_nonnull)) void *allocate() {} in allocate() function
/external/llvm-project/llvm/tools/llvm-objcopy/
DBuffer.cpp29 Error FileBuffer::allocate(size_t Size) { in allocate() function in llvm::objcopy::FileBuffer
63 Error MemBuffer::allocate(size_t Size) { in allocate() function in llvm::objcopy::MemBuffer
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-constexpr-dynalloc.cpp16 constexpr T *allocate(size_t N) { in allocate() function
34 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of functio… in allocate() function
40 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incompl… in allocate() function
47 …constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multipl… in allocate() function
DPR12778.cpp4 void* allocate(int __n) { in allocate() function
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc33 Error CrosGralloc4Allocator::allocate(const BufferDescriptorInfo& descriptor, uint32_t* outStride, in allocate() function in CrosGralloc4Allocator
81 Return<void> CrosGralloc4Allocator::allocate(const hidl_vec<uint8_t>& descriptor, uint32_t count, in allocate() function in CrosGralloc4Allocator
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Allocator.cc34 Error CrosGralloc3Allocator::allocate(const BufferDescriptorInfo& descriptor, uint32_t* outStride, in allocate() function in CrosGralloc3Allocator
82 Return<void> CrosGralloc3Allocator::allocate(const hidl_vec<uint32_t>& encoded, uint32_t count, in allocate() function in CrosGralloc3Allocator
/external/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
/external/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate() function
/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
Dtest_memory_resource.hpp117 void* allocate(size_t, size_t) { return nullptr; } in allocate() function
126 void* allocate(size_t s, size_t) { return ::operator new(s); } in allocate() function
141 void* allocate(size_t s, size_t a) { in allocate() function
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DWritableBufferAllocator.java29 WritableBuffer allocate(int capacityHint); in allocate() method
/external/llvm-project/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
121 T* allocate(std::size_t n) in allocate() function
422 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function
447 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
/external/swiftshader/src/Vulkan/
DVkMemory.hpp27 T *allocate(size_t count, const VkAllocationCallbacks *pAllocator) in allocate() function
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetWritableBufferAllocator.java37 public WritableBuffer allocate(int capacityHint) { in allocate() method in CronetWritableBufferAllocator
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpWritableBufferAllocator.java47 public WritableBuffer allocate(int capacityHint) { in allocate() method in OkHttpWritableBufferAllocator
/external/replicaisland/src/com/replica/replicaisland/
DTObjectPool.java35 public T allocate() { in allocate() method in TObjectPool

12345678910>>...13