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

/external/jemalloc/test/integration/
H A Dthread_tcache_enabled.c3 static const bool config_tcache = variable
22 assert_false(config_tcache,
/external/jemalloc/test/unit/
H A Dstats.c160 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
296 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
315 &sz, NULL, 0), config_tcache ? expected : ENOENT,
318 &sz, NULL, 0), config_tcache ? expected : ENOENT,
338 if (config_tcache) {
H A Ddecay.c171 if (config_tcache) {
227 if (config_tcache) {
H A Dmallctl.c228 test_skip_if(!config_tcache);
259 test_skip_if(!config_tcache);
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h196 cassert(config_tcache);
208 cassert(config_tcache);
226 cassert(config_tcache);
242 if (!config_tcache)
H A Djemalloc_internal.h95 static const bool config_tcache = variable
/external/jemalloc/src/
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 Dstats.c42 bool config_tcache, in_gap, in_gap_prev; local
52 CTL_GET("config.tcache", &config_tcache, bool);
53 if (config_tcache) {
97 if (config_tcache) {
119 if (config_tcache) {
153 if (config_tcache) {
H A Dtcache.c406 if (!config_tcache)
553 cassert(config_tcache);
H A Djemalloc.c750 if (config_tcache && config_stats) {
962 if (config_tcache && unlikely(in_valgrind))
1258 if (config_tcache) {
1374 if (config_tcache && tcache_boot(TSDN_NULL))
H A Darena.c3496 if (config_tcache) {
3571 if (config_tcache)

Completed in 1690 milliseconds