Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h27 class PerThreadAllocator
28 : public AllocatorBase<PerThreadAllocator<AllocatorTy>> {
30 PerThreadAllocator() in PerThreadAllocator() function
38 using AllocatorBase<PerThreadAllocator<AllocatorTy>>::Allocate;
40 using AllocatorBase<PerThreadAllocator<AllocatorTy>>::Deallocate;
115 using PerThreadBumpPtrAllocator = PerThreadAllocator<BumpPtrAllocator>;