Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 139) sorted by relevance

123456

/external/dng_sdk/source/
Ddng_memory.cpp67 void dng_memory_data::Allocate (uint32 size) in Allocate() function in dng_memory_data
90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate() function in dng_memory_data
218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size) in Allocate() function in dng_memory_allocator
/external/llvm-project/libcxx/benchmarks/
Dallocation.bench.cpp21 static void* Allocate(size_t N) { in Allocate() function
32 static void* Allocate(size_t N) { in Allocate() function
43 static void* Allocate(size_t N) { in Allocate() function
54 static void* Allocate(size_t N) { in Allocate() function
/external/llvm-project/clang/test/Analysis/inlining/
Dplacement-new-fp-suppression.cpp44 void *Allocate(size_t Size, size_t /*Alignment*/) { in Allocate() function in MallocAllocator
51 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function in BumpPtrAllocator
81 void *Allocate(size_t Size, unsigned Align = 8) const { in Allocate() function in ASTContext
86 T *Allocate(size_t Num = 1) const { in Allocate() function in ASTContext
/external/ruy/ruy/
Dallocator.h71 T* Allocate(std::ptrdiff_t count) { in Allocate() function
77 void Allocate(std::ptrdiff_t count, Pointer* out) { in Allocate() function
/external/llvm-project/llvm/include/llvm/Support/
DAllocatorBase.h37 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
84 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h45 inline bool TypedMDRVA<MDType>::Allocate() { in Allocate() function
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { in Allocate() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
DAllocator.h51 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
98 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function
215 Allocate(size_t Size, Align Alignment) { in Allocate() function
271 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/external/llvm/include/llvm/Support/
DRecyclingAllocator.h44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
46 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
DRecycler.h82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
92 T *Allocate(AllocatorType &Allocator) { in Allocate() function
DAllocator.h46 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
93 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function
209 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory_allocator.h187 port::StatusOr<OwningDeviceMemory> Allocate(int device_ordinal, uint64 size) { in Allocate() function
193 port::StatusOr<OwningDeviceMemory> Allocate(int device_ordinal, uint64 size, in Allocate() function
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment in Allocate() function
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment in Allocate() function
/external/perfetto/src/tracing/core/
Did_allocator.h62 T Allocate() { return static_cast<T>(AllocateGeneric()); } in Allocate() function
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { in Allocate() function in ProtectedMemoryAllocator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h48 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
95 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function
212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dthread-uaf.c15 void *Allocate(void *arg) { in Allocate() function
/external/clang/test/Index/
Dindex-file.cpp4 template < typename T > *Allocate() { } in Allocate() function
/external/llvm-project/clang/test/Index/
Dindex-file.cpp4 template < typename T > *Allocate() { } in Allocate() function
/external/libgav1/libgav1/src/utils/
Dsegmentation_map.cc23 bool SegmentationMap::Allocate(int32_t rows4x4, int32_t columns4x4) { in Allocate() function in libgav1::SegmentationMap
/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_with_new_from_class.cc16 static void *Allocate(size_t s) { in Allocate() function

123456