Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dbase.c33 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
75 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
120 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
Dtsd.c46 tsd_t *tsd = tsd_fetch(); in thd_start()
89 tsd_t *tsd = tsd_fetch(); in thd_start_reincarnated()
Dckh.c7 tsd = tsd_fetch(); in TEST_BEGIN()
31 tsd = tsd_fetch(); in TEST_BEGIN()
114 tsd = tsd_fetch(); in TEST_BEGIN()
Dbackground_thread.c78 tsd_t *tsd = tsd_fetch(); in TEST_BEGIN()
Ddecay.c202 decay_ticker = decay_ticker_get(tsd_fetch(), arena_ind); in TEST_BEGIN()
/external/jemalloc/test/unit/
Dckh.c8 tsd = tsd_fetch(); in TEST_BEGIN()
33 tsd = tsd_fetch(); in TEST_BEGIN()
117 tsd = tsd_fetch(); in TEST_BEGIN()
Ddecay.c38 decay_ticker = decay_ticker_get(tsd_fetch(), 0); in TEST_BEGIN()
/external/jemalloc/src/
Dtsd.c117 tsd = tsd_fetch(); in malloc_tsd_boot0()
127 *tsd_arenas_tdata_bypassp_get(tsd_fetch()) = false; in malloc_tsd_boot1()
Djemalloc.c1594 tsd = tsd_fetch();
1718 tsd = tsd_fetch();
1948 tsd = tsd_fetch();
1960 tsd = tsd_fetch();
2019 tsd_t *tsd = tsd_fetch();
2252 tsd = tsd_fetch();
2388 tsd = tsd_fetch();
2539 tsd = tsd_fetch();
2616 tsd = tsd_fetch();
2658 tsd = tsd_fetch();
[all …]
Dprof.c920 tsd = tsd_fetch(); in prof_bt_count()
1667 tsd = tsd_fetch(); in prof_fdump()
/external/jemalloc_new/src/
Djemalloc.c1570 tsd = tsd_fetch();
2015 tsd_t *tsd = tsd_fetch();
2318 tsd_t *tsd = tsd_fetch();
2334 tsd_t *tsd = tsd_fetch();
2694 tsd = tsd_fetch();
2858 tsd = tsd_fetch();
2942 tsd_t *tsd = tsd_fetch();
3002 tsd_t *tsd = tsd_fetch();
3082 tsd = tsd_fetch();
3102 tsd_t *tsd = tsd_fetch();
[all …]
Dtsd.c266 tsd = tsd_fetch(); in malloc_tsd_boot0()
274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
Dbase.c44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_map()
83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_unmap()
Dprof.c943 tsd = tsd_fetch(); in prof_bt_count()
1683 tsd = tsd_fetch(); in prof_cnt_all()
1752 tsd = tsd_fetch(); in prof_fdump()
Dextent.c1215 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy()
1232 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_post_reentrancy()
Dctl.c679 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h198 tsd = tsd_fetch(); in tcache_flush()
210 tsd = tsd_fetch(); in tcache_enabled_get()
228 tsd = tsd_fetch(); in tcache_enabled_set()
Dquarantine.h52 tsd = tsd_fetch(); in quarantine_alloc_hook()
Dtsd.h671 tsd_t *tsd_fetch(void);
714 tsd_fetch(void) in tsd_fetch() function
Dprivate_symbols.txt565 tsd_fetch
Dprivate_namespace.h562 #define tsd_fetch JEMALLOC_N(tsd_fetch) macro
Dprivate_unnamespace.h562 #undef tsd_fetch
/external/jemalloc_new/include/jemalloc/internal/
Dtsd.h290 tsd_fetch(void) { in tsd_fetch() function