mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Stop forcing --enable-munmap on MinGW.
This is no longer necessary because of the more general chunk merge/split approach to dealing with map coalescing.
This commit is contained in:
parent
03bf5b67be
commit
2662ba5449
2 changed files with 1 additions and 8 deletions
|
|
@ -881,10 +881,6 @@ fi
|
|||
],
|
||||
[enable_munmap="${default_munmap}"]
|
||||
)
|
||||
if test "x$enable_munmap" = "x0" -a "x${maps_coalesce}" = "x0" ; then
|
||||
AC_MSG_RESULT([Forcing munmap to avoid non-coalescing map issues])
|
||||
enable_munmap="1"
|
||||
fi
|
||||
if test "x$enable_munmap" = "x1" ; then
|
||||
AC_DEFINE([JEMALLOC_MUNMAP], [ ])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue