Home
last modified time | relevance | path

Searched refs:tsd_slow_update (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtsd.c171 tsd_slow_update(tsd_t *tsd) { in tsd_slow_update() function
213 tsd_slow_update(tsd); in tsd_state_set()
281 tsd_slow_update(tsd); in tsd_fetch_slow()
286 tsd_slow_update(tsd); in tsd_fetch_slow()
302 tsd_slow_update(tsd); in tsd_fetch_slow()
439 tsd_slow_update(tsd); in malloc_tsd_boot1()
H A Dtcache.c398 tsd_slow_update(tsd); in tsd_tcache_enabled_data_init()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h160 tsd_slow_update(tsd); in pre_reentrancy()
170 tsd_slow_update(tsd); in post_reentrancy()
H A Dtcache_inlines.h27 tsd_slow_update(tsd); in tcache_enabled_set()
H A Dtsd.h112 void tsd_slow_update(tsd_t *tsd);
H A Dprivate_namespace.h409 #define tsd_slow_update JEMALLOC_N(tsd_slow_update) macro