Lines Matching defs:tcache

41 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) {  in tcache_event_hard()
89 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard()
134 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small()
231 unsigned rem, tcache_t *tcache) { in tcache_bin_flush_large()
341 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate()
362 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache) { in tcache_arena_dissociate()
389 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_reassociate()
410 tcache_init(tsd_t *tsd, tcache_t *tcache, void *avail_stack) { in tcache_init()
445 tcache_t *tcache = tsd_tcachep_get_unsafe(tsd); in tsd_tcache_data_init() local
487 tcache_t *tcache; in tcache_create_explicit() local
512 tcache_flush_cache(tsd_t *tsd, tcache_t *tcache) { in tcache_flush_cache()
546 tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) { in tcache_destroy()
583 tcache_t *tcache = tsd_tcachep_get(tsd); in tcache_cleanup() local
601 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_stats_merge()
661 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create() local
695 tcache_t *tcache = elm->tcache; in tcaches_elm_remove() local
711 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind], true); in tcaches_flush() local
723 tcache_t *tcache = tcaches_elm_remove(tsd, elm, false); in tcaches_destroy() local