Home
last modified time | relevance | path

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

12345

/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
Ddng_string_list.cpp46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
/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/
DCpuTensorHandle.cpp91 void ScopedCpuTensorHandle::Allocate() in Allocate() function in armnn::ScopedCpuTensorHandle
131 void PassthroughCpuTensorHandle::Allocate() in Allocate() function in armnn::PassthroughCpuTensorHandle
136 void ConstPassthroughCpuTensorHandle::Allocate() in Allocate() function in armnn::ConstPassthroughCpuTensorHandle
/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/armnn/src/backends/cl/
DClTensorHandle.hpp49 …virtual void Allocate() override {armnn::armcomputetensorutils::InitialiseArmComputeTensorEmpty(m_… in Allocate() function in armnn::ClTensorHandle
188 virtual void Allocate() override {} in Allocate() function in armnn::ClSubTensorHandle
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment 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/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/src/Vulkan/
DVkDeviceMemory.cpp85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory
106 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory
/external/clang/test/Index/
Dindex-file.cpp4 template < typename T > *Allocate() { } in Allocate() function
/external/armnn/src/backends/neon/
DNeonTensorHandle.hpp51 virtual void Allocate() override in Allocate() function in armnn::NeonTensorHandle
280 virtual void Allocate() override {} in Allocate() function in armnn::NeonSubTensorHandle
/external/libgav1/libgav1/src/utils/
Dsegmentation_map.cc23 bool SegmentationMap::Allocate(int32_t rows4x4, int32_t columns4x4) { in Allocate() function in libgav1::SegmentationMap
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/
Dslice_allocator.cc34 absl::Status SliceAllocator::Allocate(size_t size, SliceBuffer* dest, in Allocate() function in grpc_event_engine::experimental::SliceAllocator
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmap_data_internal.h26 void Allocate(Buffer* buffer) { in Allocate() function
/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_with_new_from_class.cc16 static void *Allocate(size_t s) { in Allocate() function
/external/webrtc/api/video/
Dvideo_bitrate_allocator.cc47 VideoBitrateAllocation VideoBitrateAllocator::Allocate( in Allocate() function in webrtc::VideoBitrateAllocator

12345