MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_slice_is_used

Function mi_slice_is_used

3rd/mimalloc-2.0.9/src/segment.c:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240----------------------------------------------------------- */
241
242static bool mi_slice_is_used(const mi_slice_t* slice) {
243 return (slice->xblock_size > 0);
244}
245
246
247#if (MI_DEBUG>=3)

Callers 3

mi_segment_is_validFunction · 0.85
mi_segment_check_freeFunction · 0.85
mi_segment_reclaimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected