MCPcopy 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
1232void
1233lim_free(struct plimit *limp)
1234{
1235
1236 if (refcount_release(&limp->pl_refcnt))
1237 free((void *)limp, M_PLIMIT);
1238}
1239
1240void
1241lim_freen(struct plimit *limp, int n)

Callers 6

acct_disableFunction · 0.70
acct_processFunction · 0.70
thread_cow_freeFunction · 0.70
thread_cow_updateFunction · 0.70
exit1Function · 0.70
kern_proc_setrlimitFunction · 0.70

Calls 2

refcount_releaseFunction · 0.85
freeFunction · 0.70

Tested by

no test coverage detected