Home
last modified time | relevance | path

Searched refs:_PyTraceMalloc_NewReference (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_object.h22 extern int _PyTraceMalloc_NewReference(PyObject *op);
/third_party/python/Modules/
D_tracemalloc.c1774 _PyTraceMalloc_NewReference(PyObject *op) in _PyTraceMalloc_NewReference() function
DSetup134 # can call _PyTraceMalloc_NewReference().
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst903 ``_Py_ForgetReference()``, ``_PyTraceMalloc_NewReference()`` and
/third_party/python/Objects/
Dobject.c1894 _PyTraceMalloc_NewReference(op); in _Py_NewReference()
/third_party/python/Doc/whatsnew/
D3.9.rst1415 * ``_PyTraceMalloc_NewReference()``