Lines Matching refs:unshared_size
45 enum { unshared_size = (size_t) 4U << 20 }; enumerator
49 enum { allocation_size = ((size_t) 2U << 30) + 2 * unshared_size };
91 TEST_COMPARE (unshared_size % xsysconf (_SC_PAGESIZE), 0); in test_main()
109 xmmap (start, unshared_size, in test_main()
112 xmmap (start + allocation_size - unshared_size, unshared_size, in test_main()
117 for (size_t i = 0; i < unshared_size; ++i) in test_main()
119 for (size_t i = allocation_size - unshared_size; i < allocation_size; in test_main()
125 for (size_t i = 0; i < unshared_size; ++i) in test_main()
127 for (size_t i = allocation_size - unshared_size; i < allocation_size; in test_main()
159 for (size_t i = 0; i < unshared_size - 1; ++i) in test_main()
164 for (size_t i = allocation_size - unshared_size; i < allocation_size - 1; in test_main()