Searched refs:tcaches_get (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 187 tcache_t *tcaches_get(tsd_t *tsd, unsigned ind); 472 tcaches_get(tsd_t *tsd, unsigned ind) in tcaches_get() function
|
D | private_symbols.txt | 541 tcaches_get
|
D | private_namespace.h | 538 #define tcaches_get JEMALLOC_N(tcaches_get) macro
|
D | private_unnamespace.h | 538 #undef tcaches_get
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 219 tcaches_get(tsd_t *tsd, unsigned ind) { in tcaches_get() function
|
/external/jemalloc/src/ |
D | jemalloc.c | 2140 *tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); 2403 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); 2622 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); 2667 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1705 tcache = tcaches_get(tsd, dopts->tcache_ind); 2711 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); 2953 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags)); 3015 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
|