Home | History | Annotate | Download | only in process

Lines Matching defs:shared

41 // priv (private): These pages (kbytes) cannot be shared with any other process.
42 // shareable: These pages (kbytes) can be shared with other processes under
44 // shared : These pages (kbytes) are currently shared with at least one
49 // shared: PSS or 0 if the kernel doesn't support this.
54 // shared: PSS or 0 if the kernel doesn't support this.
60 // shared: 0
64 WorkingSetKBytes() : priv(0), shareable(0), shared(0) {}
67 size_t shared;
74 // private: These pages cannot be shared with any other process.
143 // memory currently allocated to a process that cannot be shared. Returns
151 // Fills a WorkingSetKBytes containing resident private and shared memory