HomeSort by relevance Sort by last modified time
    Searched defs:config_tcache (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/integration/
thread_tcache_enabled.c 3 static const bool config_tcache = variable
21 assert_false(config_tcache,
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 95 static const bool config_tcache = variable
  /external/jemalloc/src/
stats.c 54 bool config_tcache, in_gap; local
59 CTL_GET("config.tcache", &config_tcache, bool);
60 if (config_tcache) {
105 if (config_tcache) {
132 if (config_tcache) {

Completed in 574 milliseconds