CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/28 15:45:00
Modified files:
usr.bin/top : machine.c
Log message:
rework realloc loop. there's no need to shrink the allocation between
calls. if we need a big space once, we'll likely need a big space again.
