Searched refs:AllocatorT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
| H A D | get_error_info_fuzzer.cpp | 20 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef 38 std::vector<char> RegionInfo(AllocatorT::getRegionInfoArraySize(), 0); in LLVMFuzzerTestOneInput() 47 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepotBytes.data(), in LLVMFuzzerTestOneInput()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 62 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 65 : public AllocatorBase<BumpPtrAllocatorImpl<AllocatorT, SlabSize, 67 private detail::AllocatorHolder<AllocatorT> { 68 using AllocTy = detail::AllocatorHolder<AllocatorT>; 452 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument 462 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 465 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 33 template <class T, class AllocatorT> class AllocatorList : AllocatorT { 50 AllocatorT &getAlloc() { return *this; } in getAlloc() 51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() 133 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {} in AllocatorList()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ClauseT.h | 383 struct AllocatorT; 389 using AllocatorComplexModifier = AllocatorT<T, I, E>; 399 struct AllocatorT { 1275 AbsentT<T, I, E>, AlignT<T, I, E>, AllocatorT<T, I, E>,
|