Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dextent_inlines.h31 void extent_committed_set(extent_t *extent, bool committed);
230 extent_committed_set(extent_t *extent, bool committed) in extent_committed_set() function
261 extent_committed_set(extent, committed); in extent_init()
A Dprivate_symbols.txt163 extent_committed_set
A Dprivate_namespace.h163 #define extent_committed_set JEMALLOC_N(extent_committed_set) macro
A Dprivate_unnamespace.h163 #undef extent_committed_set
/third_party/ulib/jemalloc/src/
A Dextent.c1119 extent_committed_set(extent, extent_committed_get(extent) || !err); in extent_commit_wrapper()
1146 extent_committed_set(extent, extent_committed_get(extent) && err); in extent_decommit_wrapper()

Completed in 10 milliseconds