Searched defs:Allocate (Results 1 - 25 of 61) sorted by relevance

123

/external/skia/src/core/
H A DSkBitmapFilter.cpp27 SkBitmapFilter *SkBitmapFilter::Allocate() { function in class:SkBitmapFilter
/external/clang/test/Index/
H A Dindex-file.cpp4 template < typename T > *Allocate() { } function
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp9 void Allocate(unsigned Alignment function in struct:test0::A
13 void f1(A<int> x) { x.Allocate(); }
/external/skia/src/pathops/
H A DSkOpTAllocator.h16 static T* Allocate(SkChunkAlloc* allocator) { function in class:SkOpTAllocator
29 return new (Allocate(allocator)) T();
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_with_new_from_class.cc13 void *operator new(size_t s) { return Allocate(s); }
14 void *operator new[] (size_t s) { return Allocate(s); }
17 static void *Allocate(size_t s) { function in struct:Foo
/external/google-breakpad/src/client/mac/handler/
H A Dprotected_memory_allocator.cc62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { function in class:ProtectedMemoryAllocator
/external/google-breakpad/src/client/
H A Dminidump_file_writer-inl.h45 inline bool TypedMDRVA<MDType>::Allocate() { function in class:google_breakpad::TypedMDRVA
47 return UntypedMDRVA::Allocate(minidump_size<MDType>::size());
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { function in class:google_breakpad::TypedMDRVA
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional);
60 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() * count);
68 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + count * length);
H A Dminidump_file_writer.cc171 // Allocate the string buffer
209 if (!mem.Allocate(size))
220 MDRVA MinidumpFileWriter::Allocate(size_t size) { function in class:google_breakpad::MinidumpFileWriter
270 bool UntypedMDRVA::Allocate(size_t size) { function in class:google_breakpad::UntypedMDRVA
273 position_ = writer_->Allocate(size_);
/external/drm_hwcomposer/
H A Ddrmframebuffer.h55 bool Allocate(uint32_t w, uint32_t h) { function in struct:android::DrmFramebuffer
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
46 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
67 return Allocator.Allocate();
H A DRecycler.h101 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
108 static_cast<SubClass *>(Allocator.Allocate(Size, Align));
112 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
113 return Allocate<T>(Allocator);
H A DAllocator.h13 /// Allocate method accepting a size and alignment, and a Deallocate accepting
15 /// Allocate and Deallocate for setting size and alignment based on the final
37 /// Allocate() methods of LLVM-style allocators.
44 /// \brief Allocate \a Size bytes of \a Alignment aligned memory. This method
46 void *Allocate(size_t Size, size_t Alignment) { function in class:llvm::AllocatorBase
49 &AllocatorBase::Allocate) !=
51 &DerivedT::Allocate),
53 "core Allocate(size_t, size_t) overload!");
55 return static_cast<DerivedT *>(this)->Allocate(Size, Alignment);
75 /// \brief Allocate spac
76 template <typename T> T *Allocate(size_t Num = 1) { function in class:llvm::AllocatorBase
93 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, function in class:llvm::MallocAllocator
207 Allocate(size_t Size, size_t Alignment) { function in class:llvm::BumpPtrAllocatorImpl
407 T *Allocate(size_t num = 1) { return Allocator.Allocate<T>(num); } function in class:llvm::SpecificBumpPtrAllocator
[all...]
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp20 int *a = (int*)Alloc.Allocate(sizeof(int), 1);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 1);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 1);
49 // Allocate enough bytes to create three slabs.
52 Alloc.Allocate(3000, 1);
54 Alloc.Allocate(3000, 1);
56 Alloc.Allocate(3000, 1);
60 // Allocate enough bytes to create two slabs, reset the allocator, and do it
64 Alloc.Allocate(3000, 1);
66 Alloc.Allocate(300
139 void *Allocate(size_t Size, size_t /*Alignment*/) { function in class:__anon11289::MockSlabAllocator
[all...]
/external/opencv/
H A DWLNonFileByteStream.cpp33 void WLNonFileByteStream::Allocate(int data_size) function in class:WLNonFileByteStream
54 Allocate(data_size);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc73 return internal_allocator()->Allocate(&internal_allocator_cache, size, 8,
76 return internal_allocator()->Allocate(cache, size, 8, false);
113 void *LowLevelAllocator::Allocate(uptr size) { function in class:__sanitizer::LowLevelAllocator
/external/openfst/src/lib/
H A Dmapped-file.cc45 MappedFile* MappedFile::Allocate(size_t size) { function in class:fst::MappedFile
97 MappedFile* mf = Allocate(size);
/external/v8/src/
H A Dtransitions.cc15 Handle<TransitionArray> TransitionArray::Allocate(Isolate* isolate, function in class:v8::internal::TransitionArray
57 result = Allocate(isolate, 1);
71 Handle<TransitionArray> result = Allocate(containing_map->GetIsolate(), nof);
102 Handle<TransitionArray> result = Allocate(map->GetIsolate(), new_size);
/external/clang/include/clang/Sema/
H A DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { function in struct:clang::TemplateIdAnnotation
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h88 /// \brief Allocate new storage.
89 Storage *Allocate() { function in class:clang::PartialDiagnostic::StorageAllocator
131 DiagStorage = Allocator->Allocate();
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc81 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, function in class:__asan::FakeStack
200 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc88 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, function in namespace:__lsan
96 void *p = allocator.Allocate(&cache, size, alignment, false);
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp94 void* CJS_ArrayBufferAllocator::Allocate(size_t length) { function in class:CJS_ArrayBufferAllocator
/external/v8/samples/
H A Dshell.cc73 virtual void* Allocate(size_t length) { function in class:ShellArrayBufferAllocator
/external/v8/src/base/platform/
H A Dplatform-cygwin.cc50 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
118 // Allocate enough room to be able to store a full file name.
H A Dplatform-macos.cc54 void* OS::Allocate(const size_t requested, function in class:v8::base::OS

Completed in 975 milliseconds

123