Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp82 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
Dtsd_test.cpp65 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef
204 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp18 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/
Dmalloc_benchmark.cpp24 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/
Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
/external/scudo/standalone/tests/
Dcombined_test.cpp102 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
Dtsd_test.cpp65 using AllocatorT = MockAllocator<OneCache>; in TEST() typedef
205 using AllocatorT = MockAllocator<SharedCaches>; in TEST() typedef
/external/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput() typedef
/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/llvm-project/llvm/include/llvm/Support/
DAllocator.h436 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/
DAllocator.h503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new()
520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete()
/external/skia/src/gpu/
DGrBlockAllocator.h689 using AllocatorT = variable