Home
last modified time | relevance | path

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

123456

/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/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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2StackAllocator.cpp36 void* b2StackAllocator::Allocate(int32 size) in Allocate() function in b2StackAllocator
Db2BlockAllocator.cpp99 void* b2BlockAllocator::Allocate(int32 size) in Allocate() function in b2BlockAllocator
/external/v8/src/base/
Daccounting-allocator.cc16 void* AccountingAllocator::Allocate(size_t bytes) { in Allocate() function in v8::base::AccountingAllocator
/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/src/ast/
Dmodules.h38 void Allocate(int index) { in Allocate() function
/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/openfst/src/lib/
Dmapped-file.cc45 MappedFile* MappedFile::Allocate(size_t size) { in Allocate() function in fst::MappedFile
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc114 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
/external/v8/test/fuzzer/
Dfuzzer-support.cc32 virtual void* Allocate(size_t length) { in Allocate() function in v8_fuzzer::FuzzerSupport::ArrayBufferAllocator
/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

123456