Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreadSafeAllocator.h38 auto Allocate(size_t N) { in Allocate() function
42 auto Allocate(size_t Size, size_t Align) { in Allocate() function
HDRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
HDRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
HDAllocatorBase.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
HDPerThreadBumpPtrAllocator.h43 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
HDAllocator.h148 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, Align Alignment) { in Allocate() function
212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { in Allocate() function
HDsanitizer_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
HDsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
HDsanitizer_allocator.cpp149 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
HDsanitizer_allocator_secondary.h85 void *Allocate(AllocatorStats *stat, const uptr size, uptr alignment) { in Allocate() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_allocator.h277 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; } in Allocate() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h328 Allocate, ///< Coroutine frame memory allocation. enumerator
355 Expr *Allocate = nullptr; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_fake_stack.cpp88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() function in __asan::FakeStack
HDasan_allocator.cpp264 void *Allocate(uptr size) const { in Allocate() function
528 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAG.cpp746 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { in Allocate() function in ScheduleDAGTopologicalSort
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.cpp408 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp829 uintptr_t Allocate; in emitSection() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1130 DiagnosticStorage *Allocate() { in Allocate() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h2055 OMPClause *RebuildOMPAllocateClause(Expr *Allocate, ArrayRef<Expr *> VarList, in RebuildOMPAllocateClause()