1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Define MADV_NOHUGEPAGE.

This commit is contained in:
Ulrich Drepper
2011-01-17 18:35:17 -05:00
parent 32465c3ea0
commit 18ba70a559
8 changed files with 9 additions and 1 deletions

View File

@ -98,6 +98,7 @@
# define MADV_MERGEABLE 12 /* KSM may merge identical pages. */
# define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages. */
# define MADV_HUGEPAGE 14 /* Worth backing with hugepages. */
# define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages. */
# define MADV_HWPOISON 100 /* Poison a page for testing. */
#endif