/external/jemalloc/test/integration/ |
thread_tcache_enabled.c | 3 static const bool config_tcache = variable 21 assert_false(config_tcache,
|
/external/jemalloc/test/unit/ |
stats.c | 160 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result"); 292 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result"); 310 NULL, 0), config_tcache ? expected : ENOENT, 313 NULL, 0), config_tcache ? expected : ENOENT, 333 if (config_tcache) {
|
decay.c | 163 if (config_tcache) { 219 if (config_tcache) {
|
mallctl.c | 222 test_skip_if(!config_tcache); 253 test_skip_if(!config_tcache);
|
/external/jemalloc/include/jemalloc/internal/ |
tcache.h | 195 cassert(config_tcache); 207 cassert(config_tcache); 225 cassert(config_tcache); 241 if (!config_tcache)
|
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) {
|
ctl.c | 86 CTL_PROTO(config_tcache) 257 {NAME("tcache"), CTL(config_tcache)}, 623 if (config_tcache) { [all...] |
jemalloc.c | 683 if (config_tcache && config_stats) { 878 if (config_tcache && unlikely(in_valgrind)) 1141 if (config_tcache) { 1249 if (config_tcache && tcache_boot()) [all...] |
tcache.c | 399 if (!config_tcache)
|
arena.c | [all...] |