MCPcopy 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
1180bool 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.hFile · 0.85
_mi_arenas_page_freeFunction · 0.85
mi_heap_delete_pageFunction · 0.85

Calls 1

mi_bitmap_clearNFunction · 0.85

Tested by

no test coverage detected