summaryrefslogtreecommitdiffstats
path: root/Include/cpython/tracemalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-021-0/+26
* Remove private _PyTraceMalloc C API functions: move them to the internal C API. * Don't export most of these functions anymore, but still export _PyTraceMalloc_GetTraceback() used by tests. * Rename Include/tracemalloc.h to Include/cpython/tracemalloc.h