Home
last modified time | relevance | path

Searched refs:idalloctm (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/src/
Dquarantine.c58 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()
Dckh.c287 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()
Dhuge.c100 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()
Dprof.c599 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()
Dtcache.c398 idalloctm(tsd_tsdn(tsd), tcache, NULL, true, true); in tcache_destroy()
Djemalloc.c344 idalloctm(TSDN_NULL, ptr, false, is_metadata, true); in a0idalloc()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h1005 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()
Dprivate_symbols.txt297 idalloctm
Djemalloc_internal.h.in1005 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);
Dprivate_namespace.h297 #define idalloctm JEMALLOC_N(idalloctm) macro
Dprivate_unnamespace.h297 #undef idalloctm