Home
last modified time | relevance | path

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

1234567891011

/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/stable/third_party/libc++/src/test/benchmarks/
Dallocation.bench.cpp26 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate() function
31 __attribute__((always_inline)) static void* Allocate(size_t N) { return ::operator new(N); } in Allocate() function
37 …__attribute__((always_inline)) static void* Allocate(size_t N) { return __builtin_operator_new(N);… in Allocate() function
42 …__attribute__((always_inline)) static void* Allocate(size_t N) { return __builtin_operator_new(N);… in Allocate() function
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dallocation.bench.cpp26 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate() function
31 __attribute__((always_inline)) static void* Allocate(size_t N) { return ::operator new(N); } in Allocate() function
37 …__attribute__((always_inline)) static void* Allocate(size_t N) { return __builtin_operator_new(N);… in Allocate() function
42 …__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-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/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/pigweed/pw_multibuf/
Dallocator.cc25 std::optional<MultiBuf> MultiBufAllocator::Allocate(size_t size) { in Allocate() function in pw::multibuf::MultiBufAllocator
29 std::optional<MultiBuf> MultiBufAllocator::Allocate(size_t min_size, in Allocate() function in pw::multibuf::MultiBufAllocator
/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
/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/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/enc/av1/pipeline/
Dencode_av1_vdenc_pipeline_adapter_xe2_lpm.cpp30 MOS_STATUS EncodeAv1VdencPipelineAdapterXe2_Lpm::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeAv1VdencPipelineAdapterXe2_Lpm
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus/codec/hal/enc/av1/pipeline/
Dencode_av1_vdenc_pipeline_adapter_xe_lpm_plus.cpp29 MOS_STATUS EncodeAv1VdencPipelineAdapterXe_Lpm_Plus::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeAv1VdencPipelineAdapterXe_Lpm_Plus
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/jpeg/pipeline/
Dencode_jpeg_pipeline_adapter_xe_lpm_plus_base.cpp30 MOS_STATUS EncodeJpegPipelineAdapterXe_Lpm_Plus_Base::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeJpegPipelineAdapterXe_Lpm_Plus_Base
/external/llvm-libc/test/src/stdlib/
Dmalloc_test.cpp13 TEST(LlvmLibcMallocTest, Allocate) { in TEST() argument
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdlib/
Dmalloc_test.cpp13 TEST(LlvmLibcMallocTest, Allocate) { in TEST() argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdlib/
Dmalloc_test.cpp13 TEST(LlvmLibcMallocTest, Allocate) { in TEST() argument
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus/codec/hal/enc/hevc/pipeline/
Dencode_hevc_vdenc_pipeline_adapter_xe_lpm_plus.cpp36 MOS_STATUS EncodeHevcVdencPipelineAdapterXe_Lpm_Plus::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeHevcVdencPipelineAdapterXe_Lpm_Plus
/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_HPM/codec/hal/enc/hevc/pipeline/
Dencode_hevc_vdenc_pipeline_adapter_xe_hpm.cpp37 MOS_STATUS EncodeHevcVdencPipelineAdapterXe_Hpm::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeHevcVdencPipelineAdapterXe_Hpm
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/enc/avc/pipeline/
Dencode_avc_vdenc_pipeline_adapter_xe2_lpm.cpp30 MOS_STATUS EncodeAvcVdencPipelineAdapterXe2_Lpm::Allocate(CodechalSetting *codecHalSettings) in Allocate() function in EncodeAvcVdencPipelineAdapterXe2_Lpm

1234567891011