MCPcopy 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
273void
274blist_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_resizeFunction · 0.85
swapoff_oneFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected