MADV_DO[NOT]DUMP support equivalence on FreeBSD.

This commit is contained in:
David Carlier
2020-11-01 20:52:56 +00:00
committed by David Goldblatt
parent 180b843159
commit d2d941017b
3 changed files with 21 additions and 2 deletions

View File

@@ -298,6 +298,11 @@
*/
#undef JEMALLOC_MADVISE_DONTDUMP
/*
* Defined if MADV_[NO]CORE is supported as an argument to madvise.
*/
#undef JEMALLOC_MADVISE_NOCORE
/*
* Defined if transparent huge pages (THPs) are supported via the
* MADV_[NO]HUGEPAGE arguments to madvise(2), and THP support is enabled.