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

Function mi_segment_slices_end

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

Source from the content-addressed store, hash-verified

159
160
161static const mi_slice_t* mi_segment_slices_end(const mi_segment_t* segment) {
162 return &segment->slices[segment->slice_entries];
163}
164
165static uint8_t* mi_slice_start(const mi_slice_t* slice) {
166 mi_segment_t* segment = _mi_ptr_segment(slice);

Callers 7

mi_slice_startFunction · 0.85
mi_segment_is_validFunction · 0.85
mi_segment_span_allocateFunction · 0.85
mi_segment_freeFunction · 0.85
mi_segment_abandonFunction · 0.85
mi_slices_start_iterateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected