mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
On Linux, use /proc/self/status for mem usage info. Using smaps_rollup is quite a lot slower and we can get the similar info from /proc/self/status.
Miscellaneous source files for the main Python shared library