HomeSort by relevance Sort by last modified time
    Searched full:config_tcache (Results 1 - 12 of 12) sorted by null

  /external/jemalloc/test/integration/
thread_tcache_enabled.c 3 static const bool config_tcache = variable
22 assert_false(config_tcache,
  /external/jemalloc/include/jemalloc/internal/
tcache.h 196 cassert(config_tcache);
208 cassert(config_tcache);
226 cassert(config_tcache);
242 if (!config_tcache)
jemalloc_internal.h 95 static const bool config_tcache = variable
    [all...]
jemalloc_internal.h.in 95 static const bool config_tcache =
    [all...]
  /external/jemalloc/src/
ctl.c 86 CTL_PROTO(config_tcache)
260 {NAME("tcache"), CTL(config_tcache)},
630 if (config_tcache) {
    [all...]
stats.c 42 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) {
    [all...]
tcache.c 406 if (!config_tcache)
553 cassert(config_tcache);
jemalloc.c 750 if (config_tcache && config_stats) {
962 if (config_tcache && unlikely(in_valgrind))
1258 if (config_tcache) {
    [all...]
arena.c     [all...]
  /external/jemalloc/test/unit/
stats.c 160 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) {
decay.c 171 if (config_tcache) {
227 if (config_tcache) {
mallctl.c 228 test_skip_if(!config_tcache);
259 test_skip_if(!config_tcache);

Completed in 267 milliseconds