Home
last modified time | relevance | path

Searched defs:kAllocSize (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dquarantine_size_mb.cpp16 static const int kAllocSize = 1 << 20; variable
H A Dthread_local_quarantine_size_kb.cpp24 static const int kAllocSize = 256; variable
H A Drelease_to_os_test.cpp23 const size_t kAllocSize = 100; in MallocReleaseStress() local
H A Dthread_local_quarantine_pthread_join.cpp24 static const int kAllocSize = 1; variable
H A Dnohugepage_test.cpp66 const int kAllocSize = 1 << 28; // 256Mb variable
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dhard_rss_limit_mb_test.cpp25 const int kAllocSize = 1000; variable
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsoft_rss_limit_mb_test.cpp31 static const int kAllocSize = 1 << 20; // Large enough to go via mmap. variable
H A Drelease_to_os_test.cpp59 const size_t kAllocSize = 100; in MallocReleaseStress() local
/llvm-project/compiler-rt/test/scudo/
H A Drss.c26 static const size_t kAllocSize = 1 << 20; // 1MB. variable
/llvm-project/libc/test/src/__support/
H A Dfreelist_malloc_test.cpp
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dmalloc_stress_transfer_test.cpp3 const size_t kAllocSize = 16; variable
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp1300 memset(x, 0, kAllocSize); in TEST() local