MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pstats_free

Function pstats_free

freebsd/kern/kern_proc.c:1358–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358void
1359pstats_free(struct pstats *ps)
1360{
1361
1362 free(ps, M_SUBPROC);
1363}
1364
1365#ifdef COMPAT_FREEBSD32
1366

Callers 1

proc_finiFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected