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

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
93 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
H A DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
45 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
H A DAllocatorBase.h38 void *Allocate(size_t Size, size_t Alignment) { function in class:llvm::AllocatorBase
69 template <typename T> T *Allocate(size_t Num = 1) { function in class:llvm::AllocatorBase
85 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { function in class:llvm::MallocAllocator
[all...]
H A DAllocator.h148 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, Align Alignment) { function in class:llvm::BumpPtrAllocatorImpl
207 Allocate(size_t Size, size_t Alignment) { function in class:llvm::BumpPtrAllocatorImpl
432 T *Allocate(size_t num = 1) { return Allocator.Allocate<T>(num); } function in class:llvm::SpecificBumpPtrAllocator
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp22 void *Allocate(uptr size) { function in struct:__sanitizer::QuarantineCallback
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { function in struct:__sanitizer::DlSymAllocator
H A Dsanitizer_allocator_local_cache.h34 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { function in struct:SizeClassAllocator64LocalCache
159 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { function in struct:SizeClassAllocator32LocalCache
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { function in class:CombinedAllocator
H A Dsanitizer_allocator_secondary.h85 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { function in class:LargeMmapAllocator
H A Dsanitizer_allocator.cpp144 void *LowLevelAllocator::Allocate(uptr size) { function in class:__sanitizer::LowLevelAllocator
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash5.C64 virtual void Allocate(int s) function in class:SimpleSet
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp21 static void* Allocate(size_t N) { function in struct:MallocWrapper
32 static void* Allocate(size_t N) { function in struct:NewWrapper
43 static void* Allocate(size_t N) { function in struct:BuiltinNewWrapper
54 static void* Allocate(size_t N) { function in struct:BuiltinSizedNewWrapper
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h400 void *Allocate(unsigned Size, unsigned Align = 8) { function in class:clang::PreprocessingRecord
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, function in class:__asan::FakeStack
H A Dasan_allocator.cpp224 void *Allocate(uptr size) { function in struct:__asan::QuarantineCallback
473 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, function in struct:__asan::Allocator
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp85 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, function in namespace:__lsan
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h327 Allocate, ///< Coroutine frame memory allocation. enumerator in enum:clang::final::SubStmt
353 Expr *Allocate = nullptr; member in struct:clang::final::CtorArgs
H A DASTContext.h704 void *Allocate(size_t Size, unsigned Align = 8) const { function in class:clang::ASTContext
707 template <typename T> T *Allocate(size_t Num = 1) const { function in class:clang::ASTContext
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp338 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, function in struct:__memprof::Allocator
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1125 DiagnosticStorage *Allocate() { function in class:clang::StreamingDiagnostic::DiagStorageAllocator
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp829 uintptr_t Allocate; local
898 << " Allocate local
909 << " Allocate: " << Allocate << "\\n"); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h2007 OMPClause *RebuildOMPAllocateClause(Expr *Allocate, ArrayRef<Expr *> VarList, argument

Completed in 605 milliseconds