Home
last modified time | relevance | path

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

/glibc-2.36/string/
Dtst-memmove-overflow.c45 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()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.216909 (unshared_size): Remove.