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 78 if (config_munmap)
81 return (!config_munmap);
huge.c 125 if (!config_munmap || (have_dss && chunk_in_dss(ptr)))
ctl.c 81 CTL_PROTO(config_munmap)
252 {NAME("munmap"), CTL(config_munmap)},
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 81 static const bool config_munmap = variable

Completed in 535 milliseconds