Add experimental option force using SYS_process_madvise

This commit is contained in:
Slobodan Predolac 2025-04-25 18:26:49 -07:00 committed by Qi Wang
parent 1956a54a43
commit 852da1be15
3 changed files with 23 additions and 1 deletions

View file

@ -348,6 +348,8 @@
/* Defined if process_madvise(2) is available. */
#undef JEMALLOC_HAVE_PROCESS_MADVISE
#undef EXPERIMENTAL_SYS_PROCESS_MADVISE_NR
/* Defined if mprotect(2) is available. */
#undef JEMALLOC_HAVE_MPROTECT