[BACK]Return to uvm_extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_extern.h between version 1.210 and 1.211

version 1.210, 2018/04/20 19:02:18 version 1.211, 2018/05/08 19:33:57
Line 557  struct vmspace {
Line 557  struct vmspace {
 /* we copy from vm_startcopy to the end of the structure on fork */  /* we copy from vm_startcopy to the end of the structure on fork */
 #define vm_startcopy vm_rssize  #define vm_startcopy vm_rssize
         segsz_t vm_rssize;      /* current resident set size in pages */          segsz_t vm_rssize;      /* current resident set size in pages */
         segsz_t vm_swrss;       /* resident set size before last swap */          segsz_t vm_rssmax;      /* max resident size in pages */
         segsz_t vm_tsize;       /* text size (pages) XXX */          segsz_t vm_tsize;       /* text size (pages) XXX */
         segsz_t vm_dsize;       /* data size (pages) XXX */          segsz_t vm_dsize;       /* data size (pages) XXX */
         segsz_t vm_ssize;       /* stack size (pages) */          segsz_t vm_ssize;       /* stack size (pages) */

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

CVSweb <webmaster@jp.NetBSD.org>