Searched refs:tcache_get (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_c.h | 62 return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, in ialloc() 95 tcache_get(tsd), false, NULL); in ipalloc() 123 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd), NULL, false, true); in idalloc() 198 tcache_get(tsd), NULL); in iralloc()
|
D | arena_inlines_a.h | 49 tcache_t *tcache = tcache_get(tsd); in percpu_arena_update()
|
D | jemalloc_internal_inlines_b.h | 25 tcache_t *tcache = tcache_get(tsd); in arena_choose_impl()
|
D | jemalloc_internal_inlines_a.h | 140 tcache_get(tsd_t *tsd) { in tcache_get() function
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 1073 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()
|
D | tcache.h | 176 tcache_t *tcache_get(tsd_t *tsd, bool create); 238 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
|
D | private_symbols.txt | 529 tcache_get
|
D | jemalloc_internal.h.in | 1073 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));
|
D | private_namespace.h | 529 #define tcache_get JEMALLOC_N(tcache_get) macro
|
D | private_unnamespace.h | 529 #undef tcache_get
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1698 assert(tcache == tcache_get(tsd)); 1700 tcache = tcache_get(tsd); 2320 tcache = tcache_get(tsd); 2412 tcache = tcache_get(tsd); 2714 tcache = tcache_get(tsd); 2958 assert(tcache == tcache_get(tsd)); 2961 tcache = tcache_get(tsd); 3020 assert(tcache == tcache_get(tsd)); 3023 tcache = tcache_get(tsd);
|
D | arena.c | 2020 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child()
|
/external/jemalloc/src/ |
D | jemalloc.c | 1949 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);
|