Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_object.h72 extern int _PyTraceMalloc_NewReference(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_object.h72 extern int _PyTraceMalloc_NewReference(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_object.h72 extern int _PyTraceMalloc_NewReference(PyObject *op);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_object.h72 extern int _PyTraceMalloc_NewReference(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_object.h72 extern int _PyTraceMalloc_NewReference(PyObject *op);
/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c1778 _PyTraceMalloc_NewReference(PyObject *op) in _PyTraceMalloc_NewReference() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst903 ``_Py_ForgetReference()``, ``_PyTraceMalloc_NewReference()`` and
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c2026 _PyTraceMalloc_NewReference(op); in _Py_NewReference()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1430 * ``_PyTraceMalloc_NewReference()``