/external/jemalloc/src/ |
quarantine.c | 33 false, tcache_get(tsd, true), true, NULL, true); 60 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); 92 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); 182 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true);
|
ckh.c | 286 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); 291 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); 333 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); 341 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); 424 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true);
|
prof.c | 556 size2index(size), false, tcache_get(tsd, true), true, NULL, true); 597 idalloctm(tsd, gctx, tcache_get(tsd, false), true, true); 704 idalloctm(tsd, tctx, tcache_get(tsd, false), true, true); 733 idalloctm(tsd, gctx.v, tcache_get(tsd, false), true, 792 tcache = tcache_get(tsd, true); 1215 tcache_get(tsd, false), true, true); [all...] |
jemalloc.c | [all...] |
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal.h | 954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false, 969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false, 1003 return (ipallocztm(tsd, usize, alignment, zero, tcache_get(tsd, true), 1070 idalloctm(tsd, ptr, tcache_get(tsd, false), false, true); 1160 tcache_get(tsd, true), NULL));
|
tcache.h | 175 tcache_t *tcache_get(tsd_t *tsd, bool create); 237 tcache_get(tsd_t *tsd, bool create) function
|
private_namespace.h | 490 #define tcache_get JEMALLOC_N(tcache_get) macro
|
private_unnamespace.h | 490 #undef tcache_get macro
|