Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c16 const size_t kNumShadowPages = 256; variable
17 const size_t kNumPages = 16 * kNumShadowPages;
55 assert(diff > kNumShadowPages / 4 * 3); in test_rss_difference()
60 fprintf(stderr, "shadow pages: %zu\n", kNumShadowPages); in main()