mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
992aa2cda5
commit
e954be14d0
3 changed files with 10 additions and 9 deletions
|
@ -19,7 +19,7 @@ procstat_vm(struct procstat *procstat, struct kinfo_proc *kipp)
|
|||
#endif
|
||||
fprintf(stderr, "%*s %*s %3s %4s %4s %3s %3s %4s %-2s %-s\n",
|
||||
ptrwidth, "START", ptrwidth, "END", "PRT", "RES",
|
||||
"PRES", "REF", "SHD", "FL", "TP", "PATH");
|
||||
"P""RES", "REF", "SHD", "FL", "TP", "PATH");
|
||||
|
||||
#ifdef HAVE_PROCSTAT_GETVMMAP
|
||||
freep = procstat_getvmmap(procstat, kipp, &cnt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue