HomeSort by: relevance | last modified time | path
    Searched refs:maps_coalesce (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
san_bump.h 26 * mapping and unmap a part of it (maps_coalesce). This is needed to
33 return maps_coalesce && opt_retain;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
san_bump.h 26 * mapping and unmap a part of it (maps_coalesce). This is needed to
33 return maps_coalesce && opt_retain;
jemalloc_preamble.h 117 static const bool maps_coalesce = variable
  /src/external/bsd/jemalloc/dist/test/unit/
san_bump.c 8 test_skip_if(!maps_coalesce || !opt_retain);
73 test_skip_if(!maps_coalesce || !opt_retain);
pa.c 15 return !maps_coalesce;
21 return !maps_coalesce;
arena_reset.c 295 if (!maps_coalesce && opt_retain) {
322 if (maps_coalesce) {
san.c 126 /* W/o maps_coalesce, guarded extents are unguarded eagerly. */
127 size_t add_guard_size = maps_coalesce ? 0 : SAN_PAGE_GUARDS_SIZE;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_preamble.h 113 static const bool maps_coalesce = variable
  /src/external/bsd/jemalloc/dist/src/
ehooks.c 163 if (!maps_coalesce) {
186 * a) W/o maps_coalesce, merge is not always allowed (Windows):
191 * b) With maps_coalesce, it's always possible to merge.
200 if (!maps_coalesce && !opt_retain) {
pac.c 269 if (!edata_slab_get(edata) || !maps_coalesce) {
271 !maps_coalesce);
extent.c 436 bool exact_only = (!maps_coalesce && !opt_retain) || guarded;
547 if (!maps_coalesce && result != extent_split_interior_ok
  /src/external/bsd/jemalloc.old/dist/src/
extent.c 1963 return !maps_coalesce;
2066 if (!maps_coalesce) {
  /src/external/bsd/jemalloc/dist/
configure 8313 maps_coalesce="1"
8499 maps_coalesce="0"
11349 if test "x${maps_coalesce}" = "x1" ; then
  /src/external/bsd/jemalloc.old/dist/
configure 7342 maps_coalesce="1"
7501 maps_coalesce="0"
9692 if test "x${maps_coalesce}" = "x1" ; then

Completed in 540 milliseconds