Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lim_free
Function
lim_free
freebsd/kern/kern_resource.c:1232–1238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1230
}
1231
1232
void
1233
lim_free(struct plimit *limp)
1234
{
1235
1236
if (refcount_release(&limp->pl_refcnt))
1237
free((void *)limp, M_PLIMIT);
1238
}
1239
1240
void
1241
lim_freen(struct plimit *limp, int n)
Callers
6
acct_disable
Function · 0.70
acct_process
Function · 0.70
thread_cow_free
Function · 0.70
thread_cow_update
Function · 0.70
exit1
Function · 0.70
kern_proc_setrlimit
Function · 0.70
Calls
2
refcount_release
Function · 0.85
free
Function · 0.70
Tested by
no test coverage detected