Searched defs:kNumAllocs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ | ||
H A D | quarantine_size_mb.cpp | 15 static const int kNumAllocs = 1 << 11; variable |
H A D | thread_local_quarantine_size_kb.cpp | 23 static const int kNumAllocs = 20000; variable |
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ | ||
H A D | hard_rss_limit_mb_test.cpp | 24 const int kNumAllocs = 200 * 1000; variable |
/llvm-project/compiler-rt/test/scudo/ | ||
H A D | rss.c | 25 static const size_t kNumAllocs = 64; variable |
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ | ||
H A D | sanitizer_allocator_test.cpp | 376 const uptr kNumAllocs = 1 << 13; SizeClassAllocatorMetadataStress() local |