Searched refs:previous_procs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/top/
H A Dmachine.c162 static struct kinfo_proc *previous_procs; variable in typeref:struct:kinfo_proc
744 free(previous_procs);
745 previous_procs = calloc(nproc, sizeof(*previous_procs));
748 if (previous_procs == NULL || previous_pref == NULL) {
756 previous_pref[i] = &previous_procs[i];
757 memcpy(previous_procs, pbase, nproc * sizeof(*previous_procs));

Completed in 196 milliseconds