Home
last modified time | relevance | path

Searched refs:extent_active_get (Results 1 – 8 of 8) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dextent_inlines.h15 bool extent_active_get(const extent_t *extent);
117 extent_active_get(const extent_t *extent) in extent_active_get() function
A Dprivate_symbols.txt144 extent_active_get
A Dprivate_namespace.h144 #define extent_active_get JEMALLOC_N(extent_active_get) macro
A Dprivate_unnamespace.h144 #undef extent_active_get
A Djemalloc_internal.h1062 assert(extent_active_get(extent)); in ivsalloc()
A Djemalloc_internal.h.in1060 assert(extent_active_get(extent));
/third_party/ulib/jemalloc/src/
A Dextent.c283 if (opt_prof && extent_active_get(extent)) { in extent_gprof_add()
304 if (opt_prof && extent_active_get(extent)) { in extent_gprof_sub()
472 extent_active_get(extent) || in extent_recycle()
900 if (extent_active_get(a) != extent_active_get(b)) in extent_can_coalesce()
1244 usize_a, extent_sn_get(extent), extent_active_get(extent), in extent_split_wrapper()
1255 extent_active_get(extent), extent_zeroed_get(extent), in extent_split_wrapper()
/third_party/ulib/jemalloc/test/unit/
A Darena_reset.c72 if (!extent_active_get(extent)) in vsalloc()

Completed in 18 milliseconds