diff options
Diffstat (limited to 'Include/tracemalloc.h')
-rw-r--r-- | Include/tracemalloc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/tracemalloc.h b/Include/tracemalloc.h index cf5bb54ea0..bd14217c19 100644 --- a/Include/tracemalloc.h +++ b/Include/tracemalloc.h @@ -14,10 +14,6 @@ PyAPI_FUNC(int) PyTraceMalloc_Track( uintptr_t ptr, size_t size); -/* Update the Python traceback of an object. - This function can be used when a memory block is reused from a free list. */ -PyAPI_FUNC(int) _PyTraceMalloc_NewReference(PyObject *op); - /* Untrack an allocated memory block in the tracemalloc module. Do nothing if the block was not tracked. |