Home
last modified time | relevance | path

Searched refs:large_prof_tctx_set (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dlarge_externs.h23 void large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx);
Darena_inlines_b.h40 large_prof_tctx_set(tsdn, extent, tctx); in arena_prof_tctx_set()
44 large_prof_tctx_set(tsdn, iealloc(tsdn, ptr), tctx); in arena_prof_tctx_set()
Dprivate_namespace_jet.h217 #define large_prof_tctx_set JEMALLOC_N(large_prof_tctx_set) macro
Dprivate_namespace.h214 #define large_prof_tctx_set JEMALLOC_N(large_prof_tctx_set) macro
/external/jemalloc_new/src/
Dlarge.c372 large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx) { in large_prof_tctx_set() function
378 large_prof_tctx_set(tsdn, extent, (prof_tctx_t *)(uintptr_t)1U); in large_prof_tctx_reset()