Searched refs:tcache_ind (Results 1 – 2 of 2) sorted by relevance
1863 unsigned tcache_ind; in tcache_create_ctl() local1866 if (tcaches_create(tsd, &tcache_ind)) { in tcache_create_ctl()1870 READ(tcache_ind, unsigned); in tcache_create_ctl()1881 unsigned tcache_ind; in tcache_flush_ctl() local1884 tcache_ind = UINT_MAX; in tcache_flush_ctl()1885 WRITE(tcache_ind, unsigned); in tcache_flush_ctl()1886 if (tcache_ind == UINT_MAX) { in tcache_flush_ctl()1890 tcaches_flush(tsd, tcache_ind); in tcache_flush_ctl()1901 unsigned tcache_ind; in tcache_destroy_ctl() local1904 tcache_ind = UINT_MAX; in tcache_destroy_ctl()[all …]
1659 unsigned tcache_ind; member1670 dynamic_opts->tcache_ind = TCACHE_IND_AUTOMATIC; in dynamic_opts_init()1682 if (dopts->tcache_ind == TCACHE_IND_AUTOMATIC) { in imalloc_no_sample()1690 } else if (dopts->tcache_ind == TCACHE_IND_NONE) { in imalloc_no_sample()1693 tcache = tcaches_get(tsd, dopts->tcache_ind); in imalloc_no_sample()1863 assert(dopts->tcache_ind == TCACHE_IND_AUTOMATIC || in imalloc_body()1864 dopts->tcache_ind == TCACHE_IND_NONE); in imalloc_body()1866 dopts->tcache_ind = TCACHE_IND_NONE; in imalloc_body()2565 dopts.tcache_ind = TCACHE_IND_NONE; in JEMALLOC_ATTR()2567 dopts.tcache_ind = MALLOCX_TCACHE_GET(flags); in JEMALLOC_ATTR()[all …]