/external/jemalloc/src/ |
D | quarantine.c | 58 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); in quarantine_alloc_hook_work() 90 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); in quarantine_grow() 101 idalloctm(tsdn, obj->ptr, NULL, false, true); in quarantine_drain_one() 126 idalloctm(tsd_tsdn(tsd), ptr, NULL, false, true); in quarantine() 165 idalloctm(tsd_tsdn(tsd), ptr, NULL, false, true); in quarantine() 180 idalloctm(tsd_tsdn(tsd), quarantine, NULL, true, true); in quarantine_cleanup()
|
D | ckh.c | 287 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true); in ckh_grow() 292 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true); in ckh_grow() 334 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true); in ckh_shrink() 342 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true); in ckh_shrink() 425 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true); in ckh_delete()
|
D | huge.c | 100 idalloctm(tsdn, node, NULL, true, true); in huge_palloc() 108 idalloctm(tsdn, node, NULL, true, true); in huge_palloc() 427 idalloctm(tsdn, node, NULL, true, true); in huge_dalloc()
|
D | prof.c | 599 idalloctm(tsd_tsdn(tsd), gctx, NULL, true, true); in prof_gctx_try_destroy() 710 idalloctm(tsd_tsdn(tsd), tctx, NULL, true, true); in prof_tctx_destroy() 739 idalloctm(tsd_tsdn(tsd), gctx.v, NULL, true, true); in prof_lookup_global() 818 idalloctm(tsd_tsdn(tsd), ret.v, NULL, true, true); in prof_lookup() 1240 idalloctm(tsd_tsdn(tsd), to_destroy, in prof_gctx_finish() 1817 idalloctm(tsd_tsdn(tsd), tdata, NULL, true, true); in prof_tdata_init_impl() 1879 idalloctm(tsd_tsdn(tsd), tdata->thread_name, NULL, true, true); in prof_tdata_destroy_locked() 1881 idalloctm(tsd_tsdn(tsd), tdata, NULL, true, true); in prof_tdata_destroy_locked() 2075 idalloctm(tsd_tsdn(tsd), tdata->thread_name, NULL, true, true); in prof_thread_name_set()
|
D | tcache.c | 398 idalloctm(tsd_tsdn(tsd), tcache, NULL, true, true); in tcache_destroy()
|
D | jemalloc.c | 344 idalloctm(TSDN_NULL, ptr, false, is_metadata, true); in a0idalloc()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 1005 void idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, 1152 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, in idalloctm() function 1171 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd, false), false, true); in idalloc() 1181 idalloctm(tsd_tsdn(tsd), ptr, tcache, false, slow_path); in iqalloc()
|
D | private_symbols.txt | 297 idalloctm
|
D | jemalloc_internal.h.in | 1005 void idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, 1152 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, function 1171 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd, false), false, true); 1181 idalloctm(tsd_tsdn(tsd), ptr, tcache, false, slow_path);
|
D | private_namespace.h | 297 #define idalloctm JEMALLOC_N(idalloctm) macro
|
D | private_unnamespace.h | 297 #undef idalloctm
|