diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-09-18 22:03:52 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-10-16 22:35:49 (GMT) |
commit | ccd09050aa53d083fe0b45d4704b1fe95fb00c92 (patch) | |
tree | d1a330d939972fba5f45c0a7fac82d5baa133afa /include/jemalloc/internal | |
parent | 211b1f3c7de23b1915f1ce8f9277e6c1ff60cfde (diff) | |
download | jemalloc-ccd09050aa53d083fe0b45d4704b1fe95fb00c92.zip jemalloc-ccd09050aa53d083fe0b45d4704b1fe95fb00c92.tar.gz jemalloc-ccd09050aa53d083fe0b45d4704b1fe95fb00c92.tar.bz2 |
Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)
Diffstat (limited to 'include/jemalloc/internal')
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal_defs.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h.in b/include/jemalloc/internal/jemalloc_internal_defs.h.in index b56f21f..aadfbed 100644 --- a/include/jemalloc/internal/jemalloc_internal_defs.h.in +++ b/include/jemalloc/internal/jemalloc_internal_defs.h.in @@ -289,6 +289,11 @@ #undef JEMALLOC_DEFINE_MADVISE_FREE /* + * Defined if MADV_DO[NT]DUMP is supported as an argument to madvise. + */ +#undef JEMALLOC_MADVISE_DONTDUMP + +/* * Defined if transparent huge pages (THPs) are supported via the * MADV_[NO]HUGEPAGE arguments to madvise(2), and THP support is enabled. */ |