MCPcopy 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
65static inline mi_bfield_t mi_bfield_zero(void) {
66 return 0;
67}
68
69static inline mi_bfield_t mi_bfield_one(void) {
70 return 1;

Callers 2

mi_bbitmap_bsr_invFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected