Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 115) 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
Ddng_ref_counted_block.cpp55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
/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
Dminidump_file_writer.cc220 MDRVA MinidumpFileWriter::Allocate(size_t size) { in Allocate() function in google_breakpad::MinidumpFileWriter
270 bool UntypedMDRVA::Allocate(size_t size) { function in google_breakpad::UntypedMDRVA
/external/swiftshader/third_party/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
/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/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment in Allocate() function
/external/perfetto/src/tracing/core/
Did_allocator.h60 T Allocate() { return static_cast<T>(AllocateGeneric()); } in Allocate() function
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp89 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { in Allocate() function in llvm::BumpPtrAllocator
169 MemSlab *MallocSlabAllocator::Allocate(size_t Size) { in Allocate() function in llvm::MallocSlabAllocator
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { in Allocate() function in ProtectedMemoryAllocator
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbuffer.h44 void* Allocate(size_t num_bytes) { in Allocate() function
Dmessage_builder.cc16 void Allocate(Buffer* buf, Header** header) { in Allocate() function
/external/clang/test/Index/
Dindex-file.cpp4 template < typename T > *Allocate() { } 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/tensorflow/tensorflow/compiler/xla/service/
Dpool.h54 SmartPtr Allocate() { in Allocate() function
Ddevice_memory_allocator.cc34 StreamExecutorMemoryAllocator::Allocate(int device_ordinal, uint64 size, in Allocate() function in xla::StreamExecutorMemoryAllocator
/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/base/
Dpage_allocator.cc63 PageAllocator::UniquePtr PageAllocator::Allocate(size_t size) { in Allocate() function in perfetto::base::PageAllocator
/external/perfetto/include/perfetto/tracing/core/
Dslice.h44 static Slice Allocate(size_t size) { in Allocate() function
/external/drm_hwcomposer/
Ddrmframebuffer.h55 bool Allocate(uint32_t w, uint32_t h) { in Allocate() function
/external/mesa3d/src/gallium/state_trackers/nine/
Dresource9.c39 BOOL Allocate, in NineResource9_ctor()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dfertile-stats-resource.cc47 void FertileStatsResource::Allocate(int32 parent_depth, in Allocate() function in tensorflow::tensorforest::FertileStatsResource

12345