MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ffs_u

Function ffs_u

deps/jemalloc/include/jemalloc/internal/bit_util.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25BIT_UTIL_INLINE unsigned
26ffs_u(unsigned bitmap) {
27 return JEMALLOC_INTERNAL_FFS(bitmap);
28}
29
30#ifdef JEMALLOC_INTERNAL_POPCOUNTL
31BIT_UTIL_INLINE unsigned

Callers 2

ffs_zuFunction · 0.70
ffs_u32Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected