/external/jemalloc/src/ |
D | quarantine.c | 60 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_alloc_hook_work() 92 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_grow() 103 idalloctm(tsd, obj->ptr, NULL, false, true); in quarantine_drain_one() 128 idalloctm(tsd, ptr, NULL, false, true); in quarantine() 167 idalloctm(tsd, ptr, NULL, false, true); in quarantine() 182 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_cleanup()
|
D | ckh.c | 286 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); in ckh_grow() 291 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_grow() 333 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); in ckh_shrink() 341 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_shrink() 424 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_delete()
|
D | huge.c | 84 idalloctm(tsd, node, tcache, true, true); in huge_palloc() 92 idalloctm(tsd, node, tcache, true, true); in huge_palloc() 397 idalloctm(tsd, node, tcache, true, true); in huge_dalloc()
|
D | prof.c | 597 idalloctm(tsd, gctx, tcache_get(tsd, false), true, true); in prof_gctx_try_destroy() 704 idalloctm(tsd, tctx, tcache_get(tsd, false), true, true); in prof_tctx_destroy() 733 idalloctm(tsd, gctx.v, tcache_get(tsd, false), true, in prof_lookup_global() 815 idalloctm(tsd, ret.v, tcache, true, true); in prof_lookup() 1214 idalloctm(tsd, to_destroy, in prof_gctx_finish() 1748 idalloctm(tsd, tdata, tcache, true, true); in prof_tdata_init_impl() 1803 idalloctm(tsd, tdata->thread_name, tcache, true, true); in prof_tdata_destroy_locked() 1805 idalloctm(tsd, tdata, tcache, true, true); in prof_tdata_destroy_locked() 1999 idalloctm(tsd, tdata->thread_name, tcache_get(tsd, false), in prof_thread_name_set()
|
D | tcache.c | 391 idalloctm(tsd, tcache, false, true, true); in tcache_destroy()
|
D | jemalloc.c | 329 idalloctm(NULL, ptr, false, is_metadata, true); in a0idalloc()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 883 void idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata, 1046 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata, in idalloctm() function 1063 idalloctm(tsd, ptr, tcache, false, true); in idalloct() 1070 idalloctm(tsd, ptr, tcache_get(tsd, false), false, true); in idalloc() 1080 idalloctm(tsd, ptr, tcache, false, slow_path); in iqalloc()
|
D | jemalloc_internal.h.in | 883 void idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata, 1046 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata, function 1063 idalloctm(tsd, ptr, tcache, false, true); 1070 idalloctm(tsd, ptr, tcache_get(tsd, false), false, true); 1080 idalloctm(tsd, ptr, tcache, false, slow_path);
|
D | private_symbols.txt | 279 idalloctm
|
D | private_namespace.h | 281 #define idalloctm JEMALLOC_N(idalloctm) macro
|
D | private_unnamespace.h | 281 #undef idalloctm
|