Home
last modified time | relevance | path

Searched refs:kMapSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c19 const size_t kMapSize = kNumPages * kPageSize; variable
46 __hwasan_tag_memory(p, kTag, kMapSize); in test_rss_difference()
48 __hwasan_tag_memory(p, 0, kMapSize); in test_rss_difference()
62 void *p = mmap(0, kMapSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); in main()
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dmmap.cpp64 const size_t kMapSize = 0x100000000ULL; in main() local
66 const size_t kMapSize = 0x1000000000ULL; in main()
74 void *p = mmap(0, kMapSize, PROT_WRITE, in main()