Home
last modified time | relevance | path

Searched refs:tsd_narenas_tdata_get (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_a.h66 if (unlikely(ind >= tsd_narenas_tdata_get(tsd))) { in arena_tdata_get()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt576 tsd_narenas_tdata_get
Dprivate_namespace.h573 #define tsd_narenas_tdata_get JEMALLOC_N(tsd_narenas_tdata_get) macro
Dprivate_unnamespace.h573 #undef tsd_narenas_tdata_get
Djemalloc_internal.h932 if (unlikely(ind >= tsd_narenas_tdata_get(tsd))) { in arena_tdata_get()
Djemalloc_internal.h.in932 if (unlikely(ind >= tsd_narenas_tdata_get(tsd))) {
/external/jemalloc/src/
Djemalloc.c523 unsigned narenas_tdata = tsd_narenas_tdata_get(tsd); in arena_tdata_get_hard()
/external/jemalloc_new/src/
Djemalloc.c412 unsigned narenas_tdata = tsd_narenas_tdata_get(tsd); in arena_tdata_get_hard()