/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
|
/external/clang/test/Index/ |
D | index-file.cpp | 4 template < typename T > *Allocate() { } in Allocate() function
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p11.cpp | 9 void Allocate(unsigned Alignment in Allocate() function
|
/external/llvm/lib/Support/ |
D | Allocator.cpp | 91 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/ |
D | sanitizer_allocator.cc | 55 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
|
D | sanitizer_allocator.h | 821 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/ |
D | scoped_bstr.cc | 46 BSTR ScopedBstr::Allocate(const char16* str) { in Allocate() function in base::win::ScopedBstr
|
/external/opencv/ |
D | WLNonFileByteStream.cpp | 33 void WLNonFileByteStream::Allocate(int data_size) in Allocate() function in WLNonFileByteStream
|
/external/openfst/src/lib/ |
D | mapped-file.cc | 45 MappedFile* MappedFile::Allocate(size_t size) { in Allocate() function in fst::MappedFile
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 111 virtual MemSlab *Allocate(size_t Size) { in Allocate() function in __anon2cf59f410111::MockSlabAllocator
|
/external/clang/include/clang/Sema/ |
D | ParsedTemplate.h | 185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() function
|
/external/stlport/test/eh/ |
D | nc_alloc.cpp | 115 static void *Allocate(size_t s) { in Allocate() function in FastAllocator
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 531 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/ |
D | PartialDiagnostic.h | 94 Storage *Allocate() { in Allocate() function
|
/external/opencv/otherlibs/highgui/ |
D | bitstrm.cpp | 84 void RBaseStream::Allocate() in Allocate() function in RBaseStream 735 void WBaseStream::Allocate() in Allocate() function in WBaseStream
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator2.cc | 284 void *Allocate(uptr size) { in Allocate() function 300 static void *Allocate(uptr size, uptr alignment, StackTrace *stack, in Allocate() function
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 633 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { in Allocate() function in ScheduleDAGTopologicalSort
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 247 unsigned Allocate; in emitSection() local
|
/external/v8/src/ |
D | platform-nullos.cc | 235 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
|
D | serialize.cc | 595 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
|
D | platform-cygwin.cc | 152 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
|
D | platform-macos.cc | 150 void* OS::Allocate(const size_t requested, in Allocate() function in v8::internal::OS
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | p2ptransportchannel.cc | 499 void P2PTransportChannel::Allocate() { in Allocate() function in cricket::P2PTransportChannel
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 589 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate() function in JITSlabAllocator
|
/external/openfst/src/include/fst/ |
D | cache.h | 67 S *Allocate(StateId s) { in Allocate() function
|