Searched defs:AllocatorT (Results 1 – 8 of 8) sorted by relevance
/external/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 20 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | Allocator.h | 441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() 450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete()
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() 434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() 437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
|
/external/scudo/standalone/tests/ |
D | tsd_test.cpp | 76 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef 211 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
|
D | combined_test.cpp | 166 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/ |
D | Allocator.h | 503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() 520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
|
/external/skia/src/base/ |
D | SkBlockAllocator.h | 696 using AllocatorT = variable
|