Searched defs:config_tcache (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/test/integration/
H A Dthread_tcache_enabled.c3 static const bool config_tcache = variable
21 assert_false(config_tcache,
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h95 static const bool config_tcache = variable
/external/jemalloc/src/
H A Dstats.c54 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 150 milliseconds