maxRss property Null safety

int maxRss

The high-watermark in bytes for the resident set size of memory for the process.

Note that the meaning of this field is platform dependent. For example, some memory accounted for here may be shared with other processes, or if the same page is mapped into a process's address space, it may be counted twice.

Implementation

external static int get maxRss;