Searched refs:config_tcache (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h181 cassert(config_tcache);
193 cassert(config_tcache);
211 cassert(config_tcache);
227 if (!config_tcache)
H A Djemalloc_internal.h92 static const bool config_tcache = variable
/freebsd-11-stable/contrib/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) {
H A Dctl.c86 CTL_PROTO(config_tcache)
260 {NAME("tcache"), CTL(config_tcache)},
630 if (config_tcache) {
1270 CTL_RO_CONFIG_GEN(config_tcache, bool)
1292 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool)
1293 CTL_RO_NL_CGEN(config_tcache, opt_lg_tcache_max, opt_lg_tcache_max, ssize_t)
1341 if (config_tcache) {
1372 if (!config_tcache)
1396 if (!config_tcache)
1476 if (!config_tcache)
[all...]
H A Dtcache.c403 if (!config_tcache)
H A Djemalloc.c731 if (config_tcache && config_stats) {
929 if (config_tcache && unlikely(in_valgrind))
1189 if (config_tcache) {
1296 if (config_tcache && tcache_boot(TSDN_NULL))
H A Darena.c3463 if (config_tcache) {
3535 if (config_tcache)

Completed in 203 milliseconds