Home
last modified time | relevance | path

Searched refs:PyObject_GC_UnTrack (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/python/cpython2/Modules/
Ditertoolsmodule.c54 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 …]
Doperator.c496 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
635 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
824 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
Dgcmodule.c1458 #undef PyObject_GC_UnTrack
1476 PyObject_GC_UnTrack(void *op) in PyObject_GC_UnTrack() function
1489 PyObject_GC_UnTrack(op); in _PyObject_GC_UnTrack()
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c97 PyObject_GC_UnTrack(po); in pairwise_dealloc()
238 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
462 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
689 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
920 PyObject_GC_UnTrack(to); in tee_dealloc()
1126 PyObject_GC_UnTrack(lz); in cycle_dealloc()
1316 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1479 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1693 PyObject_GC_UnTrack(lz); in islice_dealloc()
1897 PyObject_GC_UnTrack(lz); in starmap_dealloc()
[all …]
D_threadmodule.c60 PyObject_GC_UnTrack(self); in lock_dealloc()
337 PyObject_GC_UnTrack(self); in rlock_dealloc()
888 PyObject_GC_UnTrack(self); in local_dealloc()
D_operator.c1048 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
1335 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
1628 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
/aosp_15_r20/external/pytorch/torch/csrc/fx/
H A Dnode.cpp56 PyObject_GC_UnTrack(self); in NodeBase_dealloc()
207 PyObject_GC_UnTrack(self); in NodeIter_dealloc()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dgcsupport.rst84 :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
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp215 PyObject_GC_UnTrack(self); in THPStorage_subclass_dealloc()
229 PyObject_GC_UnTrack(self); in THPStorage_subclass_dealloc()
244 PyObject_GC_UnTrack(self); in THPStorage_subclass_dealloc()
/aosp_15_r20/external/python/cpython2/Objects/
Denumobject.c64 PyObject_GC_UnTrack(en); in enum_dealloc()
286 PyObject_GC_UnTrack(ro); in reversed_dealloc()
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c109 PyObject_GC_UnTrack(self); in weakref_dealloc()
558 PyObject_GC_UnTrack(self); in proxy_dealloc()
560 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
Denumobject.c154 PyObject_GC_UnTrack(en); in enum_dealloc()
416 PyObject_GC_UnTrack(ro); in reversed_dealloc()
/aosp_15_r20/external/python/cpython2/Misc/
Dpymemcompat.h82 #define PyObject_GC_UnTrack(op) macro
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c44 PyObject_GC_UnTrack(self); in pysqlite_prepare_protocol_dealloc()
Dstatement.c106 PyObject_GC_UnTrack(self); in stmt_dealloc()
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c733 PyObject_GC_UnTrack(self); in multibytecodec_dealloc()
1092 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1367 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1687 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1911 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c1167 PyObject_GC_UnTrack(self); in hamt_node_bitmap_dealloc()
1575 PyObject_GC_UnTrack(self); in hamt_node_collision_dealloc()
1960 PyObject_GC_UnTrack(self); in hamt_node_array_dealloc()
2546 PyObject_GC_UnTrack(it); in hamt_baseiter_tp_dealloc()
2724 PyObject_GC_UnTrack(self); in hamt_tp_dealloc()
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c972 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()
/aosp_15_r20/external/python/cpython3/Include/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dgcsupport.rst40 :c:func:`PyObject_GC_UnTrack` must be called.
118 .. c:function:: void PyObject_GC_UnTrack(void *op)
/aosp_15_r20/external/python/cpython2/Doc/includes/
Dnoddy4.c49 PyObject_GC_UnTrack(self); in Noddy_dealloc()

123456