Home
last modified time | relevance | path

Searched refs:tsd_thread_allocatedp_get (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt597 tsd_thread_allocatedp_get
Dprivate_namespace.h594 #define tsd_thread_allocatedp_get JEMALLOC_N(tsd_thread_allocatedp_get) macro
Dprivate_unnamespace.h594 #undef tsd_thread_allocatedp_get
/external/jemalloc/src/
Djemalloc.c1632 *tsd_thread_allocatedp_get(tsdn_tsd(tsdn)) += usize;
1755 *tsd_thread_allocatedp_get(tsd) += usize;
2003 *tsd_thread_allocatedp_get(tsd) += usize;
2430 *tsd_thread_allocatedp_get(tsd) += usize;
2574 *tsd_thread_allocatedp_get(tsd) += usize;
Dctl.c1358 CTL_TSD_RO_NL_CGEN(config_stats, thread_allocatedp, tsd_thread_allocatedp_get, in CTL_TSD_RO_NL_CGEN()