/external/dng_sdk/source/ |
D | dng_memory.cpp | 67 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
|
D | dng_string_list.cpp | 46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
|
/external/ruy/ruy/ |
D | allocator.h | 71 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/ |
D | CpuTensorHandle.cpp | 91 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/ |
D | minidump_file_writer-inl.h | 45 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/ |
D | RecyclingAllocator.h | 43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function 45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
|
D | Recycler.h | 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function 93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
|
D | Allocator.h | 51 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/ |
D | RecyclingAllocator.h | 44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function 46 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
|
D | Recycler.h | 82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function 92 T *Allocate(AllocatorType &Allocator) { in Allocate() function
|
D | Allocator.h | 46 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/ |
D | device_memory_allocator.h | 187 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/ |
D | ClTensorHandle.hpp | 49 …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/ |
D | p11.cpp | 9 void Allocate(unsigned Alignment in Allocate() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 48 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/ |
D | id_allocator.h | 62 T Allocate() { return static_cast<T>(AllocateGeneric()); } in Allocate() function
|
/external/google-breakpad/src/client/mac/handler/ |
D | protected_memory_allocator.cc | 62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { in Allocate() function in ProtectedMemoryAllocator
|
/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.cpp | 85 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/ |
D | index-file.cpp | 4 template < typename T > *Allocate() { } in Allocate() function
|
/external/armnn/src/backends/neon/ |
D | NeonTensorHandle.hpp | 51 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/ |
D | segmentation_map.cc | 23 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/ |
D | slice_allocator.cc | 34 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/ |
D | map_data_internal.h | 26 void Allocate(Buffer* buffer) { in Allocate() function
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | new_array_cookie_with_new_from_class.cc | 16 static void *Allocate(size_t s) { in Allocate() function
|
/external/webrtc/api/video/ |
D | video_bitrate_allocator.cc | 47 VideoBitrateAllocation VideoBitrateAllocator::Allocate( in Allocate() function in webrtc::VideoBitrateAllocator
|