Home
last modified time | relevance | path

Searched refs:PyObject_GC_Track (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dgcsupport.rst37 initialized, it must call :c:func:`PyObject_GC_Track`.
66 .. c:function:: void PyObject_GC_Track(PyObject *op)
77 A macro version of :c:func:`PyObject_GC_Track`. It should not be used for
98 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dgcsupport.rst34 initialized, it must call :c:func:`PyObject_GC_Track`.
75 .. c:function:: void PyObject_GC_Track(PyObject *op)
121 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
/aosp_15_r20/external/python/cpython2/Modules/
Doperator.c489 PyObject_GC_Track(ig); in itemgetter_new()
628 PyObject_GC_Track(ag); in attrgetter_new()
817 PyObject_GC_Track(mc); in methodcaller_new()
Dgcmodule.c1457 #undef PyObject_GC_Track
1463 PyObject_GC_Track(void *op) in PyObject_GC_Track() function
1472 PyObject_GC_Track(op); in _PyObject_GC_Track()
D_csv.c963 PyObject_GC_Track(self); in csv_reader()
1385 PyObject_GC_Track(self); in csv_writer()
Ditertoolsmodule.c210 PyObject_GC_Track(igo); in _grouper_create()
343 PyObject_GC_Track(tdo); in teedataobject_new()
510 PyObject_GC_Track(newto); in tee_copy()
542 PyObject_GC_Track(to); in tee_fromiterable()
/aosp_15_r20/external/python/cpython2/Misc/
Dpymemcompat.h81 #define PyObject_GC_Track(op) macro
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.c207 PyObject_GC_Track(op); in _PyFunction_CopyWithNewCode()
328 PyObject_GC_Track((PyObject *) f); in THP_take_ownership()
/aosp_15_r20/external/python/cpython3/Include/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp221 PyObject_GC_Track(self); in THPStorage_subclass_dealloc()
238 PyObject_GC_Track(self); in THPStorage_subclass_dealloc()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dstatement.c94 PyObject_GC_Track(self); in pysqlite_statement_create()
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c1033 PyObject_GC_Track(ig); in itemgetter_new()
1320 PyObject_GC_Track(ag); in attrgetter_new()
1611 PyObject_GC_Track(mc); in methodcaller_new()
Dsha256module.c390 PyObject_GC_Track(sha); in newSHA224object()
399 PyObject_GC_Track(sha); in newSHA256object()
Dsha512module.c445 PyObject_GC_Track(sha); in newSHA384object()
453 PyObject_GC_Track(sha); in newSHA512object()
D_dbmmodule.c80 PyObject_GC_Track(dp); in newdbmobject()
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c104 PyObject_GC_Track(m); in new_module()
117 PyObject_GC_Track(m); in PyModule_NewObject()
/aosp_15_r20/external/python/cpython2/Objects/
Dmoduleobject.c36 PyObject_GC_Track(m); in PyModule_New()
/aosp_15_r20/external/python/cpython2/Python/
Dtraceback.c100 PyObject_GC_Track(tb); in newtracebackobject()
/aosp_15_r20/external/python/cpython2/Include/
Dobjimpl.h324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/aosp_15_r20/external/python/cpython3/Python/
Dcontext.c847 PyObject_GC_Track(var); in contextvar_new()
1242 PyObject_GC_Track(tok); in token_new()
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c341 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()

123