/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
|
D | dng_ref_counted_block.cpp | 55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
|
D | dng_host.cpp | 90 dng_memory_block * dng_host::Allocate (uint32 logicalSize) in Allocate() function in dng_host
|
/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
|
D | minidump_file_writer.cc | 220 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/ |
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 208 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p11.cpp | 9 void Allocate(unsigned Alignment 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/skia/src/pathops/ |
D | SkOpTAllocator.h | 16 static T* Allocate(SkChunkAlloc* allocator) { in Allocate() function
|
/external/clang/test/Index/ |
D | index-file.cpp | 4 template < typename T > *Allocate() { } 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/opencv/ |
D | WLNonFileByteStream.cpp | 33 void WLNonFileByteStream::Allocate(int data_size) in Allocate() function in WLNonFileByteStream
|
/external/v8/samples/ |
D | hello-world.cc | 16 virtual void* Allocate(size_t length) { in Allocate() function in ArrayBufferAllocator
|
/external/drm_hwcomposer/ |
D | drmframebuffer.h | 55 bool Allocate(uint32_t w, uint32_t h) { in Allocate() function
|
/external/v8/src/ast/ |
D | modules.h | 42 void Allocate(int index) { in Allocate() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 114 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
|
/external/v8/test/unittests/ |
D | test-utils.cc | 18 virtual void* Allocate(size_t length) { in Allocate() function in v8::ArrayBufferAllocator
|
/external/v8/test/cctest/ |
D | test-list.cc | 135 TEST(Allocate) { in TEST() argument
|
/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 36 size_t ConstantArrayBuilder::ConstantArraySlice::Allocate( in Allocate() function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
|
/external/pdfium/xfa/src/fxjse/src/ |
D | runtime.cpp | 16 void* Allocate(size_t length) override { return calloc(1, length); } in Allocate() function in FXJSE_ArrayBufferAllocator
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 146 void *Allocate(size_t Size, size_t /*Alignment*/) { in Allocate() function in __anonb9cd44800111::MockSlabAllocator
|
/external/clang/include/clang/Sema/ |
D | ParsedTemplate.h | 185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() function
|