HomeSort by relevance Sort by last modified time
    Searched full:config_tcache (Results 1 - 9 of 9) 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/
tcache.h 156 cassert(config_tcache);
171 cassert(config_tcache);
188 cassert(config_tcache);
215 if (config_tcache == false)
jemalloc_internal.h 87 static const bool config_tcache = variable
jemalloc_internal.h.in 87 static const bool config_tcache =
  /external/jemalloc/test/unit/
stats.c 179 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
271 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
288 NULL, 0), config_tcache ? expected : ENOENT,
291 NULL, 0), config_tcache ? expected : ENOENT,
311 if (config_tcache) {
  /external/jemalloc/src/
stats.c 61 bool config_tcache; local
66 CTL_GET("config.tcache", &config_tcache, bool);
67 if (config_tcache) {
114 if (config_tcache) {
126 if (config_tcache) {
ctl.c 84 CTL_PROTO(config_tcache)
222 {NAME("tcache"), CTL(config_tcache)},
520 if (config_tcache) {
1146 CTL_RO_BOOL_CONFIG_GEN(config_tcache)
1166 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool)
1167 CTL_RO_NL_CGEN(config_tcache, opt_lg_tcache_max, opt_lg_tcache_max, ssize_t
    [all...]
jemalloc.c 208 if (config_tcache && config_stats) {
406 if (config_tcache && in_valgrind)
620 if (config_tcache) {
734 if (config_tcache && tcache_boot0()) {
778 if (config_tcache && tcache_boot1()) {
    [all...]
arena.c     [all...]

Completed in 126 milliseconds