Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bitmap_size
Function
bitmap_size
app/redis-6.2.6/deps/jemalloc/src/bitmap.c:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
#endif /* BITMAP_USE_TREE */
117
118
size_t
119
bitmap_size(const bitmap_info_t *binfo) {
120
return (bitmap_info_ngroups(binfo) << LG_SIZEOF_BITMAP);
121
}
Callers
7
test_bitmap_initializer_body
Function · 0.85
test_bitmap_size_body
Function · 0.85
test_bitmap_init_body
Function · 0.85
test_bitmap_set_body
Function · 0.85
test_bitmap_unset_body
Function · 0.85
test_bitmap_xfu_body
Function · 0.85
bitmap_init
Function · 0.85
Calls
1
bitmap_info_ngroups
Function · 0.85
Tested by
6
test_bitmap_initializer_body
Function · 0.68
test_bitmap_size_body
Function · 0.68
test_bitmap_init_body
Function · 0.68
test_bitmap_set_body
Function · 0.68
test_bitmap_unset_body
Function · 0.68
test_bitmap_xfu_body
Function · 0.68