Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadSafeAllocator.h38 auto Allocate(size_t N) { in Allocate() function
42 auto Allocate(size_t Size, size_t Align) { in Allocate() function
H A DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
H A DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
H A DAllocatorBase.h44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
H A DPerThreadBumpPtrAllocator.h43 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
H A DAllocator.h148 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, Align Alignment) { in Allocate() function
207 Allocate(size_t Size, size_t Alignment) { Allocate() function
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { in Allocate() function
H A Dsanitizer_allocator_local_cache.h34 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
159 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
H A Dsanitizer_allocator.cpp149 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
H A Dsanitizer_allocator_secondary.h85 void *Allocate(AllocatorStats *stat, const uptr size, uptr alignment) { in Allocate() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h277 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; } in Allocate() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h328 Allocate, ///< Coroutine frame memory allocation. enumerator
355 Expr *Allocate = nullptr; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() function in __asan::FakeStack
H A Dasan_allocator.cpp264 void *Allocate(uptr size) const { in Allocate() function
528 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp744 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { Allocate() function in ScheduleDAGTopologicalSort
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp342 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, Allocate() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1130 DiagnosticStorage *Allocate() { in Allocate() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp829 uintptr_t Allocate; in emitSection() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2031 RebuildOMPAllocateClause(Expr * Allocate,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc) RebuildOMPAllocateClause() argument