mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add experimental option force using SYS_process_madvise
This commit is contained in:
parent
1956a54a43
commit
852da1be15
3 changed files with 23 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue