sys._debugmallocstats()

sys._debugmallocstats()

Print low-level information to stderr about the state of CPython’s memory allocator.

If Python is configured –with-pydebug, it also performs some expensive internal consistency checks.

New in version 3.3.

CPython implementation detail: This function is specific to CPython. The exact output format is not defined here, and may change.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.