Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
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
212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/freebsd/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/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h277 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; } in Allocate() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h328 Allocate, ///< Coroutine frame memory allocation. enumerator
355 Expr *Allocate = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp746 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { in Allocate() function in ScheduleDAGTopologicalSort
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
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
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp408 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp829 uintptr_t Allocate; in emitSection() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2055 OMPClause *RebuildOMPAllocateClause(Expr *Allocate, ArrayRef<Expr *> VarList, in RebuildOMPAllocateClause()