mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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