mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-01 17:54:16 +03:00
MADV_DO[NOT]DUMP support equivalence on FreeBSD.
This commit is contained in:
parent
180b843159
commit
d2d941017b
3 changed files with 21 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue