Home
last modified time | relevance | path

Searched defs:AllocatorT (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp20 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp76 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef
211 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
H A Dcombined_test.cpp164 using AllocatorT = TestAllocator<TypeParam>; typedef
578 using AllocatorT = typename BaseT::AllocatorT; SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() typedef
598 using AllocatorT = typename BaseT::AllocatorT; SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() typedef
712 using AllocatorT = TestAllocator<DeathConfig>; TEST() typedef
747 using AllocatorT = TestAllocator<DeathConfig>; TEST() typedef
991 using AllocatorT = scudo::Allocator<scudo::TrustyConfig>; TEST() typedef
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h455 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in delete() argument
446 new(size_t Size,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> & Allocator) new() argument