Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ blist_destroy
Function
blist_destroy
freebsd/kern/subr_blist.c:273–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void
274
blist_destroy(blist_t bl)
275
{
276
277
free(bl, M_SWAP);
278
}
279
280
/*
281
* blist_alloc() - reserve space in the block bitmap. Return the base
Callers
2
blist_resize
Function · 0.85
swapoff_one
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected