Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ mi_bitmap_clear
Function
mi_bitmap_clear
system/lib/mimalloc/src/bitmap.c:1180–1182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1178
}
1179
1180
bool mi_bitmap_clear(mi_bitmap_t* bitmap, size_t idx) {
1181
return mi_bitmap_clearN(bitmap, idx, 1);
1182
}
1183
1184
1185
Callers
3
bitmap.h
File · 0.85
_mi_arenas_page_free
Function · 0.85
mi_heap_delete_page
Function · 0.85
Calls
1
mi_bitmap_clearN
Function · 0.85
Tested by
no test coverage detected