Home
last modified time | relevance | path

Searched refs:PyObject_GC_Del (Results 1 – 25 of 39) sorted by relevance

12

/external/python/cpython2/Modules/
Ditertoolsmodule.c180 PyObject_GC_Del, /* tp_free */
217 PyObject_GC_Del(igo); in _grouper_dealloc()
310 PyObject_GC_Del, /* tp_free */
435 PyObject_GC_Del(tdo); in teedataobject_dealloc()
480 PyObject_GC_Del, /* tp_free */
549 PyObject_GC_Del(to); in tee_fromiterable()
586 PyObject_GC_Del(to); in tee_dealloc()
637 PyObject_GC_Del, /* tp_free */
835 PyObject_GC_Del, /* tp_free */
979 PyObject_GC_Del, /* tp_free */
[all …]
Doperator.c498 PyObject_GC_Del(ig); in itemgetter_dealloc()
637 PyObject_GC_Del(ag); in attrgetter_dealloc()
828 PyObject_GC_Del(mc); in methodcaller_dealloc()
Dgcmodule.c1459 #undef PyObject_GC_Del
1553 PyObject_GC_Del(void *op) in PyObject_GC_Del() function
1569 PyObject_GC_Del(op); in _PyObject_GC_Del()
D_functoolsmodule.c377 PyObject_GC_Del, /* tp_free */
D_collectionsmodule.c1230 PyObject_GC_Del, /* tp_free */
1275 PyObject_GC_Del(dio); in dequeiter_dealloc()
1724 PyObject_GC_Del, /* tp_free */
/external/python/cpython2/Objects/
Diterobject.c35 PyObject_GC_Del(it); in iter_dealloc()
162 PyObject_GC_Del(it); in calliter_dealloc()
Denumobject.c211 PyObject_GC_Del, /* tp_free */
380 PyObject_GC_Del, /* tp_free */
Dcellobject.c51 PyObject_GC_Del(op); in cell_dealloc()
Dtupleobject.c826 PyObject_GC_Del, /* tp_free */
877 PyObject_GC_Del(v); in _PyTuple_Resize()
905 PyObject_GC_Del(q); in PyTuple_ClearFreeList()
940 PyObject_GC_Del(it); in tupleiter_dealloc()
Dmethodobject.c142 PyObject_GC_Del(m); in meth_dealloc()
402 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
Dfuncobject.c459 PyObject_GC_Del(op); in func_dealloc()
731 PyObject_GC_Del, /* tp_free */
883 PyObject_GC_Del, /* tp_free */
Ddescrobject.c12 PyObject_GC_Del(descr); in descr_dealloc()
826 PyObject_GC_Del(pp); in proxy_dealloc()
946 PyObject_GC_Del(wp); in wrapper_dealloc()
1438 PyObject_GC_Del, /* tp_free */
Dmoduleobject.c261 PyObject_GC_Del, /* tp_free */
Dsliceobject.c227 PyObject_GC_Del(r); in slice_dealloc()
Dgenobject.c40 PyObject_GC_Del(gen); in gen_dealloc()
Dweakrefobject.c387 PyObject_GC_Del, /*tp_free*/
543 PyObject_GC_Del(self); in proxy_dealloc()
Dframeobject.c484 PyObject_GC_Del(f); in frame_dealloc()
968 PyObject_GC_Del(f); in PyFrame_ClearFreeList()
Dsetobject.c815 PyObject_GC_Del(si); in setiter_dealloc()
1081 PyObject_GC_Del(so); in PySet_Fini()
2162 PyObject_GC_Del, /* tp_free */
2261 PyObject_GC_Del, /* tp_free */
Dclassobject.c200 PyObject_GC_Del(op); in class_dealloc()
682 PyObject_GC_Del(inst); in instance_dealloc()
2396 PyObject_GC_Del(im); in instancemethod_dealloc()
2685 PyObject_GC_Del(im); in PyMethod_ClearFreeList()
Ddictobject.c236 PyObject_GC_Del(op); in PyDict_Fini()
2443 PyObject_GC_Del, /* tp_free */
2528 PyObject_GC_Del(di); in dictiter_dealloc()
2801 PyObject_GC_Del(dv); in dictview_dealloc()
Dlistobject.c108 PyObject_GC_Del(op); in PyList_Fini()
2809 PyObject_GC_Del, /* tp_free */
2892 PyObject_GC_Del(it); in listiter_dealloc()
3010 PyObject_GC_Del(it); in listreviter_dealloc()
/external/python/cpython2/Misc/
Dpymemcompat.h80 #define PyObject_GC_Del PyObject_Del macro
/external/python/cpython2/Include/
Dobjimpl.h249 #define _PyObject_GC_Del PyObject_GC_Del
311 PyAPI_FUNC(void) PyObject_GC_Del(void *);
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst86 #. The object's memory must be deallocated using :c:func:`PyObject_GC_Del`.
89 .. c:function:: void PyObject_GC_Del(void *op)
/external/python/cpython2/Python/
Dtraceback.c29 PyObject_GC_Del(tb); in tb_dealloc()

12