Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ mi_bfield_zero
Function
mi_bfield_zero
system/lib/mimalloc/src/bitmap.c:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
static inline mi_bfield_t mi_bfield_zero(void) {
66
return 0;
67
}
68
69
static inline mi_bfield_t mi_bfield_one(void) {
70
return 1;
Callers
2
mi_bfield_atomic_try_clearX
Function · 0.85
mi_bbitmap_bsr_inv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected