Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp20 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 DAllocator.h61 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
64 : public AllocatorBase<BumpPtrAllocatorImpl<AllocatorT, SlabSize,
66 private detail::AllocatorHolder<AllocatorT> {
67 using AllocTy = detail::AllocatorHolder<AllocatorT>;
442 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold,
446 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
452 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold,
455 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h33 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 DClauseT.h380 struct AllocatorT;
386 using AllocatorComplexModifier = AllocatorT<T, I, E>;
398 struct AllocatorT {
1247 AbsentT<T, I, E>, AlignT<T, I, E>, AllocatorT<T, I, E>,