Home
last modified time | relevance | path

Searched refs:tsd_fetch (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtsd_inlines.h8 tsd_t *tsd_fetch(void);
52 tsd_fetch(void) in tsd_fetch() function
A Dtcache_inlines.h30 tsd = tsd_fetch(); in tcache_flush()
42 tsd = tsd_fetch(); in tcache_enabled_get()
60 tsd = tsd_fetch(); in tcache_enabled_set()
A Dprivate_symbols.txt500 tsd_fetch
A Dprivate_namespace.h500 #define tsd_fetch JEMALLOC_N(tsd_fetch) macro
A Dprivate_unnamespace.h500 #undef tsd_fetch
/third_party/ulib/jemalloc/src/
A Dtsd.c118 tsd = tsd_fetch(); in malloc_tsd_boot0()
127 *tsd_arenas_tdata_bypassp_get(tsd_fetch()) = false; in malloc_tsd_boot1()
A Djemalloc.c1616 tsd = tsd_fetch(); in imalloc_body()
1991 tsd = tsd_fetch(); in je_realloc()
2310 tsd = tsd_fetch(); in je_rallocx()
2460 tsd = tsd_fetch(); in je_xallocx()
2532 tsd = tsd_fetch(); in je_dallocx()
2575 tsd = tsd_fetch(); in je_sdallocx()
2630 tsd = tsd_fetch(); in je_mallctl()
2663 tsd = tsd_fetch(); in je_mallctlbymib()
2753 tsd = tsd_fetch(); in jemalloc_prefork()
2805 tsd = tsd_fetch(); in jemalloc_postfork_parent()
[all …]
A Dprof.c913 tsd = tsd_fetch(); in prof_bt_count()
1668 tsd = tsd_fetch(); in prof_cnt_all()
1738 tsd = tsd_fetch(); in prof_fdump()
/third_party/ulib/jemalloc/test/unit/
A Dckh.c8 tsd = tsd_fetch(); in TEST_BEGIN()
33 tsd = tsd_fetch(); in TEST_BEGIN()
117 tsd = tsd_fetch(); in TEST_BEGIN()
A Ddecay.c34 decay_ticker = decay_ticker_get(tsd_fetch(), 0); in TEST_BEGIN()

Completed in 22 milliseconds