Home
last modified time | relevance | path

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

123456

/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
Dallocate.pass.cpp30 value_type* allocate(std::size_t n) 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/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator.cc61 void* TRTCudaAllocator::allocate(uint64_t size, uint64_t alignment, in allocate() function in tensorflow::tensorrt::TRTCudaAllocator
71 void* TRTDeviceAllocator::allocate(uint64_t size, uint64_t alignment, in allocate() function in tensorflow::tensorrt::TRTDeviceAllocator
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DWritableBufferAllocator.java29 WritableBuffer allocate(int capacityHint); in allocate() method
/external/swiftshader/src/Vulkan/
DVkMemory.h28 T* allocate(size_t count, const VkAllocationCallbacks* pAllocator) in allocate() function
DVkMemory.cpp25 void* allocate(size_t count, size_t alignment, const VkAllocationCallbacks* pAllocator, VkSystemAll… 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/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/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
DVectorPool.java42 public Vector2 allocate(Vector2 source) { in allocate() method in VectorPool
/external/google-fruit/include/fruit/impl/data_structures/
Dmemory_pool.defn.h55 FRUIT_ALWAYS_INLINE inline T* MemoryPool::allocate(std::size_t n) { in allocate() function
Darena_allocator.defn.h33 inline T* ArenaAllocator<T>::allocate(std::size_t 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/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h48 allocate(unsigned size) in allocate() function
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyWritableBufferAllocator.java49 public WritableBuffer allocate(int capacityHint) { in allocate() method in NettyWritableBufferAllocator
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_alloc_helpers.hpp28 inline void* allocate(std::size_t s, Handler& h) in allocate() function
/external/deqp/framework/randomshaders/
DrsgNameAllocator.cpp54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
/external/compiler-rt/test/asan/TestCases/Posix/
Dcurrent_allocated_bytes.cc13 void* allocate(void *arg) { in allocate() function
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalLogId.java34 public static InternalLogId allocate(String tag) { in allocate() method in InternalLogId
/external/skia/src/gpu/
DGrMemoryPool.h138 std::unique_ptr<Op> allocate(OpArgs&&... opArgs) { in allocate() function
143 void* allocate(size_t size) { in allocate() function

123456