Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
Drelease-shadow.c21 const size_t kMapSize = kNumPages * kPageSize; variable
48 __hwasan_tag_memory(p, kTag, kMapSize); in test_rss_difference()
50 __hwasan_tag_memory(p, 0, kMapSize); in test_rss_difference()
64 void *p = mmap(0, kMapSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); in main()
/external/compiler-rt/test/msan/
Dmmap.cc53 const size_t kMapSize = 0x100000000ULL; in main() local
55 const size_t kMapSize = 0x1000000000ULL; in main()
59 void *p = mmap(0, kMapSize, PROT_WRITE, in main()
/external/llvm-project/compiler-rt/test/msan/
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()