Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ buf_ring_free
Function
buf_ring_free
freebsd/kern/subr_bufring.c:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void
62
buf_ring_free(struct buf_ring *br, struct malloc_type *type)
63
{
64
free(br, type);
65
}
Callers
1
drbr_free
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected