Home
last modified time | relevance | path

Searched refs:MallocAllocator (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h87 class MallocAllocator : public AllocatorBase<MallocAllocator> {
96 using AllocatorBase<MallocAllocator>::Allocate;
103 using AllocatorBase<MallocAllocator>::Deallocate;
H A DAllocator.h61 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h19 class MallocAllocator; variable
55 const StringMap<bool, MallocAllocator> getHostCPUFeatures();
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h22 template <class AllocatorTy = MallocAllocator>
H A DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
84 typename AllocatorTy = MallocAllocator>
H A DStringMap.h125 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h91 using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
H A DProgram.h174 using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp97 MallocAllocator Allocator; in reinsertValue()
H A DValue.cpp143 MallocAllocator Allocator; in destroyValueName()
354 MallocAllocator Allocator; in setNameImpl()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h446 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1044 StringSet<MallocAllocator> DSOSymbolsSet; in main()