Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 123) 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
Ddng_host.cpp90 dng_memory_block * dng_host::Allocate (uint32 logicalSize) in Allocate() function in dng_host
/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/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
208 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/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { in Allocate() function in ProtectedMemoryAllocator
/external/skia/src/pathops/
DSkOpTAllocator.h16 static T* Allocate(SkChunkAlloc* allocator) { 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/opencv/
DWLNonFileByteStream.cpp33 void WLNonFileByteStream::Allocate(int data_size) in Allocate() function in WLNonFileByteStream
/external/v8/samples/
Dhello-world.cc16 virtual void* Allocate(size_t length) { in Allocate() function in ArrayBufferAllocator
/external/drm_hwcomposer/
Ddrmframebuffer.h55 bool Allocate(uint32_t w, uint32_t h) { in Allocate() function
/external/v8/src/ast/
Dmodules.h42 void Allocate(int index) { in Allocate() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc114 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
/external/v8/test/unittests/
Dtest-utils.cc18 virtual void* Allocate(size_t length) { in Allocate() function in v8::ArrayBufferAllocator
/external/v8/test/cctest/
Dtest-list.cc135 TEST(Allocate) { in TEST() argument
/external/v8/src/interpreter/
Dconstant-array-builder.cc36 size_t ConstantArrayBuilder::ConstantArraySlice::Allocate( in Allocate() function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp16 void* Allocate(size_t length) override { return calloc(1, length); } in Allocate() function in FXJSE_ArrayBufferAllocator
/external/llvm/unittests/Support/
DAllocatorTest.cpp146 void *Allocate(size_t Size, size_t /*Alignment*/) { in Allocate() function in __anonb9cd44800111::MockSlabAllocator
/external/clang/include/clang/Sema/
DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() function

12345