]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Jan 2022 20:23:22 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 20:23:22 +0000 (21:23 +0100)
commit0575551f69ba9c999835bfb176a543d468083c03
tree869e28a7628c05b3b00b711ec90495d885003062
parent6c6a153dee132116611f2d5df0689a5a605f62b6
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)

Move _Py_GetAllocatedBlocks() and _PyObject_DebugMallocStats()
declarations to pycore_pymem.h. These functions are related to memory
allocators, not to the PyObject structure.
Include/internal/pycore_object.h
Include/internal/pycore_pymem.h
Objects/obmalloc.c
Python/pylifecycle.c