diff options
Diffstat (limited to 'include/jemalloc/internal/jemalloc_internal_defs_host.h')
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal_defs_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_defs_host.h b/include/jemalloc/internal/jemalloc_internal_defs_host.h index 38f91bc2..7cdb6521 100644 --- a/include/jemalloc/internal/jemalloc_internal_defs_host.h +++ b/include/jemalloc/internal/jemalloc_internal_defs_host.h @@ -302,12 +302,6 @@ */ /* #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. - */ -/* #undef JEMALLOC_THP */ - /* Define if operating system has alloca.h header. */ #define JEMALLOC_HAS_ALLOCA_H 1 |