Home
last modified time | relevance | path

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

12

/external/python/cpython3/Doc/c-api/
Dgcsupport.rst34 initialized, it must call :c:func:`PyObject_GC_Track`.
55 .. c:function:: void PyObject_GC_Track(PyObject *op)
66 A macro version of :c:func:`PyObject_GC_Track`. It should not be used for
90 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
/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
/external/python/cpython2/Misc/
Dpymemcompat.h81 #define PyObject_GC_Track(op) macro
/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()
D_collectionsmodule.c1270 PyObject_GC_Track(it); in deque_iter()
1382 PyObject_GC_Track(it); in deque_reviter()
/external/python/cpython2/Objects/
Dmoduleobject.c36 PyObject_GC_Track(m); in PyModule_New()
Dweakrefobject.c41 PyObject_GC_Track(result); in new_weakref()
/external/python/cpython2/Python/
Dtraceback.c100 PyObject_GC_Track(tb); in newtracebackobject()
/external/python/cpython2/Include/
Dobjimpl.h324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/external/python/cpython3/Include/
Dobjimpl.h336 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/external/python/cpython3/Modules/
D_operator.c971 PyObject_GC_Track(ig); in itemgetter_new()
1228 PyObject_GC_Track(ag); in attrgetter_new()
1503 PyObject_GC_Track(mc); in methodcaller_new()
D_csv.c971 PyObject_GC_Track(self); in csv_reader()
1394 PyObject_GC_Track(self); in csv_writer()
Dgcmodule.c1663 #undef PyObject_GC_Track
1669 PyObject_GC_Track(void *op) in PyObject_GC_Track() function
D_asynciomodule.c1674 PyObject_GC_Track(it); in future_new_iter()
1777 PyObject_GC_Track(o); in TaskStepMethWrapper_new()
1848 PyObject_GC_Track(o); in TaskWakeupMethWrapper_new()
Dpyexpat.c948 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1184 PyObject_GC_Track(self); in newxmlparseobject()
/external/python/cpython3/Python/
Dcontext.c792 PyObject_GC_Track(var); in contextvar_new()
1166 PyObject_GC_Track(tok); in token_new()
Dtraceback.c55 PyObject_GC_Track(tb); in tb_create_raw()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c323 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c408 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/external/python/cpython3/PC/
Dpython3.def464 PyObject_GC_Track=python37.PyObject_GC_Track
/external/python/cpython3/Objects/
Dmoduleobject.c105 PyObject_GC_Track(m); in PyModule_NewObject()
Dweakrefobject.c41 PyObject_GC_Track(result); in new_weakref()

12