Home
last modified time | relevance | path

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

1234567

/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/cronet/third_party/libc++/src/benchmarks/
Dallocation.bench.cpp20 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate() function
25 __attribute__((always_inline)) static void* Allocate(size_t N) { return ::operator new(N); } in Allocate() function
30 …__attribute__((always_inline)) static void* Allocate(size_t N) { return __builtin_operator_new(N);… in Allocate() function
35 …__attribute__((always_inline)) static void* Allocate(size_t N) { return __builtin_operator_new(N);… in Allocate() function
/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/armnn/src/backends/backendsCommon/
DTensorHandle.cpp91 void ScopedTensorHandle::Allocate() in Allocate() function in armnn::ScopedTensorHandle
131 void PassthroughTensorHandle::Allocate() in Allocate() function in armnn::PassthroughTensorHandle
136 void ConstPassthroughTensorHandle::Allocate() in Allocate() function in armnn::ConstPassthroughTensorHandle
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h44 inline bool TypedMDRVA<MDType>::Allocate() { in Allocate() function
50 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/swiftshader/third_party/llvm-16.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
DAllocatorBase.h38 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
85 LLVM_ATTRIBUTE_RETURNS_NONNULL void *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/compiler/xla/stream_executor/
Ddevice_memory_allocator.h188 port::StatusOr<OwningDeviceMemory> Allocate(int device_ordinal, in Allocate() function
195 port::StatusOr<OwningDeviceMemory> Allocate(int device_ordinal, uint64_t size, in Allocate() function
/external/llvm-libc/test/src/stdlib/
Dmalloc_test.cpp13 TEST(LlvmLibcMallocTest, Allocate) { in TEST() argument
/external/pigweed/pw_allocator/public/pw_allocator/
Dpool.h44 void* Allocate() { return DoAllocate(); } in Allocate() function
/external/pdfium/fxjs/
Dcfx_v8_array_buffer_allocator.cpp19 void* CFX_V8ArrayBufferAllocator::Allocate(size_t length) { in Allocate() function in CFX_V8ArrayBufferAllocator
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment in Allocate() function
/external/pigweed/pw_allocator/
Dnull_allocator_test.cc24 TEST(NullAllocatorTest, Allocate) { in TEST() argument
/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/android/
Djazzer_jvmti_allocator.h25 virtual void* Allocate(size_t size) { in Allocate() function
/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/leveldb/util/
Darena.h55 inline char* Arena::Allocate(size_t bytes) { in Allocate() function
/external/pigweed/pw_multibuf/
Dallocator.cc21 std::optional<MultiBuf> MultiBufAllocator::Allocate(size_t size) { in Allocate() function in pw::multibuf::MultiBufAllocator
25 std::optional<MultiBuf> MultiBufAllocator::Allocate(size_t min_size, in Allocate() function in pw::multibuf::MultiBufAllocator
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc65 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { in Allocate() function in ProtectedMemoryAllocator

1234567