HomeSort by relevance Sort by last modified time
    Searched refs:config_munmap (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/src/
chunk_mmap.c 221 if (config_munmap)
224 return (!config_munmap);
huge.c 122 if (!config_munmap || (have_dss && chunk_in_dss(ptr)))
chunk.c 208 if (!config_munmap && (ret = chunk_recycle(arena,
ctl.c 79 CTL_PROTO(config_munmap)
244 {NAME("munmap"), CTL(config_munmap)},
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 73 static const bool config_munmap = variable

Completed in 38 milliseconds