Home
last modified time | relevance | path

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

12

/external/python/cpython2/Misc/
Dpymemcompat.h81 #define PyObject_GC_Track(op) macro
/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/cpython3/Doc/c-api/
Dgcsupport.rst34 initialized, it must call :c:func:`PyObject_GC_Track`.
55 .. c:function:: void PyObject_GC_Track(PyObject *op)
109 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
/external/python/cpython3/Include/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/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/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/Include/
Dobjimpl.h324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/external/python/cpython2/Python/
Dtraceback.c100 PyObject_GC_Track(tb); in newtracebackobject()
/external/python/cpython3/Modules/
D_operator.c990 PyObject_GC_Track(ig); in itemgetter_new()
1259 PyObject_GC_Track(ag); in attrgetter_new()
1535 PyObject_GC_Track(mc); in methodcaller_new()
D_csv.c976 PyObject_GC_Track(self); in csv_reader()
1406 PyObject_GC_Track(self); in csv_writer()
D_asynciomodule.c1766 PyObject_GC_Track(it); in future_new_iter()
1869 PyObject_GC_Track(o); in TaskStepMethWrapper_new()
1956 PyObject_GC_Track(o); in TaskWakeupMethWrapper_new()
Dpyexpat.c978 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1155 PyObject_GC_Track(self); in newxmlparseobject()
/external/python/cffi/c/
Dminibuffer.h405 PyObject_GC_Track(ob); in minibuffer_new()
/external/python/cpython3/Python/
Dcontext.c823 PyObject_GC_Track(var); in contextvar_new()
1218 PyObject_GC_Track(tok); in token_new()
Dtraceback.c54 PyObject_GC_Track(tb); in tb_create_raw()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c345 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c408 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc124 PyObject_GC_Track(cpool); in _CreateDescriptorPool()
/external/python/cpython3/Objects/
Dmoduleobject.c97 PyObject_GC_Track(m); in PyModule_NewObject()
/external/python/cpython3/PC/
Dpython3.def466 PyObject_GC_Track=python39.PyObject_GC_Track

12