MCPcopy 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
39static size_t
40bitmap_info_ngroups(const bitmap_info_t *binfo) {
41 return binfo->levels[binfo->nlevels].group_offset;
42}
43
44void
45bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) {

Callers 1

bitmap_sizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected