Home
last modified time | relevance | path

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

12

/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
/external/clang/test/Index/
Dindex-file.cpp4 template < typename T > *Allocate() { } in Allocate() function
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp9 void Allocate(unsigned Alignment in Allocate() function
/external/llvm/lib/Support/
DAllocator.cpp91 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { in Allocate() function in llvm::BumpPtrAllocator
177 MemSlab *MallocSlabAllocator::Allocate(size_t Size) { in Allocate() function in llvm::MallocSlabAllocator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc55 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
Dsanitizer_allocator.h821 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
918 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { in Allocate() function
/external/chromium/base/win/
Dscoped_bstr.cc46 BSTR ScopedBstr::Allocate(const char16* str) { in Allocate() function in base::win::ScopedBstr
/external/opencv/
DWLNonFileByteStream.cpp33 void WLNonFileByteStream::Allocate(int data_size) in Allocate() function in WLNonFileByteStream
/external/openfst/src/lib/
Dmapped-file.cc45 MappedFile* MappedFile::Allocate(size_t size) { in Allocate() function in fst::MappedFile
/external/llvm/unittests/Support/
DAllocatorTest.cpp111 virtual MemSlab *Allocate(size_t Size) { in Allocate() function in __anon2cf59f410111::MockSlabAllocator
/external/clang/include/clang/Sema/
DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() function
/external/stlport/test/eh/
Dnc_alloc.cpp115 static void *Allocate(size_t s) { in Allocate() function in FastAllocator
/external/opencv/cxcore/include/
Dcvwimage.h531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate() function
542 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate() function
/external/clang/include/clang/Basic/
DPartialDiagnostic.h94 Storage *Allocate() { in Allocate() function
/external/opencv/otherlibs/highgui/
Dbitstrm.cpp84 void RBaseStream::Allocate() in Allocate() function in RBaseStream
735 void WBaseStream::Allocate() in Allocate() function in WBaseStream
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc284 void *Allocate(uptr size) { in Allocate() function
300 static void *Allocate(uptr size, uptr alignment, StackTrace *stack, in Allocate() function
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp633 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { in Allocate() function in ScheduleDAGTopologicalSort
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp247 unsigned Allocate; in emitSection() local
/external/v8/src/
Dplatform-nullos.cc235 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
Dserialize.cc595 Address Deserializer::Allocate(int space_index, Space* space, int size) { in Allocate() function in v8::internal::Deserializer
1665 int Serializer::Allocate(int space, int size, bool* new_page) { in Allocate() function in v8::internal::Serializer
Dplatform-cygwin.cc152 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
Dplatform-macos.cc150 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.cc499 void P2PTransportChannel::Allocate() { in Allocate() function in cricket::P2PTransportChannel
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp589 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate() function in JITSlabAllocator
/external/openfst/src/include/fst/
Dcache.h67 S *Allocate(StateId s) { in Allocate() function

12