Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/src/
A Dextent.c498 if (extent_committed_get(extent)) in extent_recycle()
540 if (*commit && !extent_committed_get(extent)) { in extent_recycle()
746 if (extent_committed_get(extent)) in extent_grow_retained()
780 if (*commit && !extent_committed_get(extent)) { in extent_grow_retained()
902 if (extent_committed_get(a) != extent_committed_get(b)) in extent_can_coalesce()
1050 extent_committed_get(extent), arena_ind_get(arena))); in extent_dalloc_wrapper_try()
1070 if (!extent_committed_get(extent)) in extent_dalloc_wrapper()
1146 extent_committed_set(extent, extent_committed_get(extent) && err); in extent_decommit_wrapper()
1245 extent_zeroed_get(extent), extent_committed_get(extent), in extent_split_wrapper()
1256 extent_committed_get(extent), extent_slab_get(extent)); in extent_split_wrapper()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dextent_inlines.h18 bool extent_committed_get(const extent_t *extent);
135 extent_committed_get(const extent_t *extent) in extent_committed_get() function
A Dprivate_symbols.txt162 extent_committed_get
A Dprivate_namespace.h162 #define extent_committed_get JEMALLOC_N(extent_committed_get) macro
A Dprivate_unnamespace.h162 #undef extent_committed_get

Completed in 11 milliseconds