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

Function pstats_alloc

freebsd/kern/kern_proc.c:1338–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336}
1337
1338struct pstats *
1339pstats_alloc(void)
1340{
1341
1342 return (malloc(sizeof(struct pstats), M_SUBPROC, M_ZERO|M_WAITOK));
1343}
1344
1345/*
1346 * Copy parts of p_stats; zero the rest of p_stats (statistics).

Callers 3

proc_initFunction · 0.85
proc0_initFunction · 0.85
proc0_initFunction · 0.85

Calls 1

mallocFunction · 0.85

Tested by

no test coverage detected