Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtsd.c113 *tsd_arenas_cache_bypassp_get(tsd_fetch()) = true; in malloc_tsd_boot0()
122 *tsd_arenas_cache_bypassp_get(tsd_fetch()) = false; in malloc_tsd_boot1()
Djemalloc.c1401 *tsd = tsd_fetch();
1496 tsd = tsd_fetch();
1622 tsd = tsd_fetch();
1762 tsd = tsd_fetch();
1772 tsd = tsd_fetch();
1817 tsd_t *tsd = tsd_fetch();
2043 tsd = tsd_fetch();
2146 tsd = tsd_fetch();
2287 tsd = tsd_fetch();
2339 tsd = tsd_fetch();
[all …]
Dctl.c700 tsd = tsd_fetch(); in ctl_refresh()
1199 tsd = tsd_fetch(); \
1303 tsd = tsd_fetch(); in CTL_RO_BOOL_CONFIG_GEN()
1416 tsd = tsd_fetch(); in thread_prof_name_ctl()
1472 tsd = tsd_fetch(); in tcache_create_ctl()
1499 tsd = tsd_fetch(); in tcache_flush_ctl()
1526 tsd = tsd_fetch(); in tcache_destroy_ctl()
1553 tsd = tsd_fetch(); in arena_purge()
1623 arena_t *arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_dss_ctl()
1656 arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_lg_dirty_mult_ctl()
[all …]
Dprof.c906 tsd = tsd_fetch(); in prof_bt_count()
1559 tsd = tsd_fetch(); in prof_fdump()
1578 tsd = tsd_fetch(); in prof_idump()
1606 tsd = tsd_fetch(); in prof_mdump()
1632 tsd = tsd_fetch(); in prof_gdump()
1910 tsd = tsd_fetch(); in prof_thread_name_get()
1977 tsd = tsd_fetch(); in prof_thread_active_get()
1990 tsd = tsd_fetch(); in prof_thread_active_set()
2104 tsd = tsd_fetch(); in prof_boot2()
Dchunk.c271 arena = (arena_ind == 0) ? a0get() : arena_get(tsd_fetch(), arena_ind, in chunk_arena_get()
/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()
/external/jemalloc/include/jemalloc/internal/
Dquarantine.h52 tsd = tsd_fetch(); in quarantine_alloc_hook()
Dtcache.h190 tsd = tsd_fetch(); in tcache_flush()
202 tsd = tsd_fetch(); in tcache_enabled_get()
220 tsd = tsd_fetch(); in tcache_enabled_set()
Dtsd.h597 tsd_t *tsd_fetch(void);
612 tsd_fetch(void) in tsd_fetch() function
Dprivate_symbols.txt472 tsd_fetch
Dprivate_namespace.h472 #define tsd_fetch JEMALLOC_N(tsd_fetch) macro
Dprivate_unnamespace.h472 #undef tsd_fetch