Searched refs:allocation_size (Results 1 – 1 of 1) sorted by relevance
49 enum { allocation_size = ((size_t) 2U << 30) + 2 * unshared_size }; enumerator90 TEST_COMPARE (allocation_size % xsysconf (_SC_PAGESIZE), 0); in test_main()101 (allocation_size in test_main()105 TEST_COMPARE (repeat.size, allocation_size); in test_main()112 xmmap (start + allocation_size - unshared_size, unshared_size, in test_main()119 for (size_t i = allocation_size - unshared_size; i < allocation_size; in test_main()127 for (size_t i = allocation_size - unshared_size; i < allocation_size; in test_main()137 start + allocation_size - sizeof (expected_end), in test_main()147 memmove (start, start + 1, allocation_size - 1); in test_main()157 start + allocation_size - sizeof (expected_end) - 1, in test_main()[all …]
Completed in 4 milliseconds