Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ bitmap_info_ngroups
Function
bitmap_info_ngroups
deps/jemalloc/src/bitmap.c:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
static size_t
40
bitmap_info_ngroups(const bitmap_info_t *binfo) {
41
return binfo->levels[binfo->nlevels].group_offset;
42
}
43
44
void
45
bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) {
Callers
1
bitmap_size
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected