Home
last modified time | relevance | path

Searched refs:tcache_get (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h1073 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true), in ialloc()
1110 tcache_get(tsd, true), false, NULL)); in ipalloc()
1171 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd, false), false, true); in idalloc()
1263 tcache_get(tsd, true), NULL)); in iralloc()
Dtcache.h176 tcache_t *tcache_get(tsd_t *tsd, bool create);
238 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
Dprivate_symbols.txt529 tcache_get
Djemalloc_internal.h.in1073 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true),
1110 tcache_get(tsd, true), false, NULL));
1171 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd, false), false, true);
1263 tcache_get(tsd, true), NULL));
Dprivate_namespace.h529 #define tcache_get JEMALLOC_N(tcache_get) macro
Dprivate_unnamespace.h529 #undef tcache_get
/external/jemalloc/src/
Djemalloc.c1949 ifree(tsd, ptr, tcache_get(tsd, false), true);
2022 ifree(tsd, ptr, tcache_get(tsd, false), false);
2024 ifree(tsd, ptr, tcache_get(tsd, false), true);
2142 *tcache = tcache_get(tsd, true);
2405 tcache = tcache_get(tsd, true);
2624 tcache = tcache_get(tsd, false);
2669 tcache = tcache_get(tsd, false);