Home
last modified time | relevance | path

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

/external/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp20 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new()
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete()
/external/llvm/include/llvm/Support/
DAllocator.h417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new()
434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new()
437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
/external/scudo/standalone/tests/
Dtsd_test.cpp76 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef
211 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
Dcombined_test.cpp166 using AllocatorT = TestAllocator<TypeParam>; typedef
601 using AllocatorT = typename BaseT::AllocatorT; in SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() typedef
621 using AllocatorT = typename BaseT::AllocatorT; in SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() typedef
735 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef
770 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef
1014 using AllocatorT = scudo::Allocator<scudo::TrustyConfig>; in TEST() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new()
520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
/external/skia/src/base/
DSkBlockAllocator.h696 using AllocatorT = variable