Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
BIT_UTIL_INLINE unsigned
26
ffs_u(unsigned bitmap) {
27
return JEMALLOC_INTERNAL_FFS(bitmap);
28
}
29
30
#ifdef JEMALLOC_INTERNAL_POPCOUNTL
31
BIT_UTIL_INLINE unsigned
Callers
2
ffs_zu
Function · 0.70
ffs_u32
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected