Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ bitmap_alloc
Function
bitmap_alloc
ccan/ccan/bitmap/bitmap.h:198–201 ·
view source on GitHub ↗
* Allocation functions */
Source
from the content-addressed store, hash-verified
196
* Allocation functions
197
*/
198
static inline bitmap *bitmap_alloc(unsigned long nbits)
199
{
200
return malloc(bitmap_sizeof(nbits));
201
}
202
203
static inline bitmap *bitmap_alloc0(unsigned long nbits)
204
{
Callers
3
bitmap_alloc0
Function · 0.85
bitmap_alloc1
Function · 0.85
test_sizes
Function · 0.85
Calls
1
bitmap_sizeof
Function · 0.85
Tested by
1
test_sizes
Function · 0.68