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

  /external/jemalloc/src/
chunk_mmap.c 74 if (config_munmap)
77 return (!config_munmap);
huge.c 141 if (!config_munmap || (have_dss && chunk_in_dss(ptr)))
ctl.c 81 CTL_PROTO(config_munmap)
255 {NAME("munmap"), CTL(config_munmap)},
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 81 static const bool config_munmap = variable
    [all...]

Completed in 213 milliseconds