/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | combined_test.cpp | 82 using AllocatorT = TestAllocator<Config>; in testAllocator() typedef 362 using AllocatorT = TestAllocator<Config>; in testAllocatorThreaded() typedef 409 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 444 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 453 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 483 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef 522 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef
|
D | tsd_test.cpp | 65 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef 204 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/ |
D | malloc_benchmark.cpp | 18 using AllocatorT = scudo::Allocator<Config>; in BM_malloc_free() typedef 58 using AllocatorT = scudo::Allocator<Config>; in BM_malloc_free_loop() typedef
|
/external/scudo/standalone/benchmarks/ |
D | malloc_benchmark.cpp | 24 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free() typedef 65 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free_loop() typedef
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
|
/external/scudo/standalone/tests/ |
D | combined_test.cpp | 102 using AllocatorT = TestAllocator<TypeParam>; typedef 499 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 534 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 543 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef 573 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef 612 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef
|
D | tsd_test.cpp | 65 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef 205 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
|
/external/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
|
/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/llvm-project/llvm/include/llvm/Support/ |
D | Allocator.h | 436 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() 445 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete()
|
/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/gpu/ |
D | GrBlockAllocator.h | 689 using AllocatorT = variable
|