pstatscopy
p2->p_stats = pstatscopy(p1->p_stats);
p->p_stats = pstatscopy(parent->p_stats);
struct pstats *pstatscopy(struct pstats *);