Home
last modified time | relevance | path

Searched refs:_PyObject_GC_UNTRACK (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Objects/
Diterobject.c33 _PyObject_GC_UNTRACK(it); in iter_dealloc()
159 _PyObject_GC_UNTRACK(it); in calliter_dealloc()
Dgenobject.c23 _PyObject_GC_UNTRACK(gen); in gen_dealloc()
37 _PyObject_GC_UNTRACK(self); in gen_dealloc()
Dcellobject.c49 _PyObject_GC_UNTRACK(op); in cell_dealloc()
Dfuncobject.c448 _PyObject_GC_UNTRACK(op); in func_dealloc()
614 _PyObject_GC_UNTRACK((PyObject *)cm); in cm_dealloc()
772 _PyObject_GC_UNTRACK((PyObject *)sm); in sm_dealloc()
Dexceptions.c83 _PyObject_GC_UNTRACK(self); in BaseException_dealloc()
541 _PyObject_GC_UNTRACK(self); in SystemExit_dealloc()
642 _PyObject_GC_UNTRACK(self); in EnvironmentError_dealloc()
840 _PyObject_GC_UNTRACK(self); in WindowsError_dealloc()
1109 _PyObject_GC_UNTRACK(self); in SyntaxError_dealloc()
1588 _PyObject_GC_UNTRACK(self); in UnicodeError_dealloc()
Dtupleobject.c181 _PyObject_GC_UNTRACK(op); in _PyTuple_MaybeUntrack()
868 _PyObject_GC_UNTRACK(v); in _PyTuple_Resize()
938 _PyObject_GC_UNTRACK(it); in tupleiter_dealloc()
Ddescrobject.c9 _PyObject_GC_UNTRACK(descr); in descr_dealloc()
824 _PyObject_GC_UNTRACK(pp); in proxy_dealloc()
1213 _PyObject_GC_UNTRACK(self); in property_dealloc()
Dsliceobject.c223 _PyObject_GC_UNTRACK(r); in slice_dealloc()
Dmethodobject.c133 _PyObject_GC_UNTRACK(m); in meth_dealloc()
Dclassobject.c191 _PyObject_GC_UNTRACK(op); in class_dealloc()
637 _PyObject_GC_UNTRACK(inst); in instance_dealloc()
2384 _PyObject_GC_UNTRACK(im); in instancemethod_dealloc()
Dmemoryobject.c467 _PyObject_GC_UNTRACK(self); in memory_dealloc()
Ddictobject.c502 _PyObject_GC_UNTRACK(op); in _PyDict_MaybeUntrack()
2366 _PyObject_GC_UNTRACK(d); in dict_new()
Dtypeobject.c1006 _PyObject_GC_UNTRACK(self); in subtype_dealloc()
2709 _PyObject_GC_UNTRACK(type); in type_dealloc()
6568 _PyObject_GC_UNTRACK(self);
Dbytearrayobject.c2960 _PyObject_GC_UNTRACK(it); in bytearrayiter_dealloc()
Dlistobject.c2890 _PyObject_GC_UNTRACK(it); in listiter_dealloc()
/external/python/cpython2/Include/
Dobjimpl.h286 #define _PyObject_GC_UNTRACK(o) do { \ macro
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst104 .. c:function:: void _PyObject_GC_UNTRACK(PyObject *op)
/external/python/cpython2/Modules/_io/
Diobase.c293 _PyObject_GC_UNTRACK(self); in iobase_dealloc()
Dbytesio.c748 _PyObject_GC_UNTRACK(self); in bytesio_dealloc()
Dstringio.c516 _PyObject_GC_UNTRACK(self); in stringio_dealloc()
Dfileio.c411 _PyObject_GC_UNTRACK(self); in fileio_dealloc()
Dbufferedio.c369 _PyObject_GC_UNTRACK(self); in buffered_dealloc()
2111 _PyObject_GC_UNTRACK(self); in bufferedrwpair_dealloc()
Dtextio.c1097 _PyObject_GC_UNTRACK(self); in textiowrapper_dealloc()
/external/python/cpython2/Modules/
Dgcmodule.c1482 _PyObject_GC_UNTRACK(op); in PyObject_GC_UnTrack()