Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
static 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_valid
Function · 0.85
mi_segment_check_free
Function · 0.85
mi_segment_reclaim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected