Login
From:
Python documentation
(Uncensored)
subscribe
tracemalloc — Trace memory allocations — Python 3.13.2 documentation
https://docs.python.org/3/library/tracemalloc.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/tracemalloc.py The tracemalloc module is a debug tool to trace memory blocks allocated by Python. It provides the following information: Traceback where an object was allocated, St...