/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 54 PyObject_GC_UnTrack(gbo); in groupby_dealloc() 217 PyObject_GC_UnTrack(igo); in _grouper_dealloc() 419 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc() 570 PyObject_GC_UnTrack(to); in tee_dealloc() 726 PyObject_GC_UnTrack(lz); in cycle_dealloc() 871 PyObject_GC_UnTrack(lz); in dropwhile_dealloc() 1015 PyObject_GC_UnTrack(lz); in takewhile_dealloc() 1206 PyObject_GC_UnTrack(lz); in islice_dealloc() 1356 PyObject_GC_UnTrack(lz); in starmap_dealloc() 1501 PyObject_GC_UnTrack(lz); in imap_dealloc() [all …]
|
D | operator.c | 496 PyObject_GC_UnTrack(ig); in itemgetter_dealloc() 635 PyObject_GC_UnTrack(ag); in attrgetter_dealloc() 824 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
|
D | gcmodule.c | 1458 #undef PyObject_GC_UnTrack 1476 PyObject_GC_UnTrack(void *op) in PyObject_GC_UnTrack() function 1489 PyObject_GC_UnTrack(op); in _PyObject_GC_UnTrack()
|
/external/python/cpython2/Misc/ |
D | pymemcompat.h | 82 #define PyObject_GC_UnTrack(op) macro
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 56 PyObject_GC_UnTrack(gbo); in groupby_dealloc() 281 PyObject_GC_UnTrack(igo); in _grouper_dealloc() 501 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc() 723 PyObject_GC_UnTrack(to); in tee_dealloc() 929 PyObject_GC_UnTrack(lz); in cycle_dealloc() 1123 PyObject_GC_UnTrack(lz); in dropwhile_dealloc() 1291 PyObject_GC_UnTrack(lz); in takewhile_dealloc() 1509 PyObject_GC_UnTrack(lz); in islice_dealloc() 1712 PyObject_GC_UnTrack(lz); in starmap_dealloc() 1868 PyObject_GC_UnTrack(lz); in chain_dealloc() [all …]
|
D | _operator.c | 978 PyObject_GC_UnTrack(ig); in itemgetter_dealloc() 1235 PyObject_GC_UnTrack(ag); in attrgetter_dealloc() 1510 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
|
/external/python/cpython3/Doc/c-api/ |
D | gcsupport.rst | 76 :c:func:`PyObject_GC_UnTrack` must be called. 87 .. c:function:: void PyObject_GC_UnTrack(void *op) 98 A macro version of :c:func:`PyObject_GC_UnTrack`. It should not be used for
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 64 PyObject_GC_UnTrack(en); in enum_dealloc() 286 PyObject_GC_UnTrack(ro); in reversed_dealloc()
|
D | moduleobject.c | 178 PyObject_GC_UnTrack(m); in module_dealloc()
|
D | weakrefobject.c | 107 PyObject_GC_UnTrack(self); in weakref_dealloc() 543 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
|
/external/python/cpython2/Doc/c-api/ |
D | gcsupport.rst | 84 :c:func:`PyObject_GC_UnTrack` must be called. 95 .. c:function:: void PyObject_GC_UnTrack(void *op) 106 A macro version of :c:func:`PyObject_GC_UnTrack`. It should not be used for
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 84 PyObject_GC_UnTrack(en); in enum_dealloc() 318 PyObject_GC_UnTrack(ro); in reversed_dealloc()
|
D | namespaceobject.c | 60 PyObject_GC_UnTrack(ns); in namespace_dealloc()
|
D | weakrefobject.c | 107 PyObject_GC_UnTrack(self); in weakref_dealloc() 542 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
|
/external/python/cpython2/Doc/includes/ |
D | noddy4.c | 49 PyObject_GC_UnTrack(self); in Noddy_dealloc()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 49 ``PyObject_GC_UnTrack()``.
|
/external/python/cpython3/Doc/includes/ |
D | custom4.c | 30 PyObject_GC_UnTrack(self); in Custom_dealloc()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/ |
D | cext.h | 239 PyObject_GC_UnTrack(self); \
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
D | cext.h | 281 PyObject_GC_UnTrack(self); \
|
/external/python/cpython2/Python/ |
D | traceback.c | 25 PyObject_GC_UnTrack(tb); in tb_dealloc()
|
/external/python/cpython2/Include/ |
D | objimpl.h | 325 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
|
/external/python/cpython3/Include/ |
D | objimpl.h | 337 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 989 PyObject_GC_UnTrack(self); in mbiencoder_dealloc() 1207 PyObject_GC_UnTrack(self); in mbidecoder_dealloc() 1553 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc() 1785 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 972 PyObject_GC_UnTrack(self); in mbiencoder_dealloc() 1181 PyObject_GC_UnTrack(self); in mbidecoder_dealloc() 1500 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc() 1705 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
|
/external/python/cpython3/Python/ |
D | hamt.c | 1176 PyObject_GC_UnTrack(self); in hamt_node_bitmap_dealloc() 1584 PyObject_GC_UnTrack(self); in hamt_node_collision_dealloc() 1969 PyObject_GC_UnTrack(self); in hamt_node_array_dealloc() 2555 PyObject_GC_UnTrack(it); in hamt_baseiter_tp_dealloc() 2733 PyObject_GC_UnTrack(self); in hamt_tp_dealloc()
|