Home
last modified time | relevance | path

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

1234

/external/python/cpython2/Modules/
Ditertoolsmodule.c183 PyObject_GC_Del, /* tp_free */
220 PyObject_GC_Del(igo); in _grouper_dealloc()
296 PyObject_GC_Del, /* tp_free */
421 PyObject_GC_Del(tdo); in teedataobject_dealloc()
466 PyObject_GC_Del, /* tp_free */
535 PyObject_GC_Del(to); in tee_fromiterable()
572 PyObject_GC_Del(to); in tee_dealloc()
623 PyObject_GC_Del, /* tp_free */
821 PyObject_GC_Del, /* tp_free */
965 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()
/external/python/cpython3/Modules/
Ditertoolsmodule.c235 PyObject_GC_Del, /* tp_free */
284 PyObject_GC_Del(igo); in _grouper_dealloc()
378 PyObject_GC_Del, /* tp_free */
503 PyObject_GC_Del(tdo); in teedataobject_dealloc()
619 PyObject_GC_Del, /* tp_free */
688 PyObject_GC_Del(to); in tee_fromiterable()
725 PyObject_GC_Del(to); in tee_dealloc()
806 PyObject_GC_Del, /* tp_free */
1073 PyObject_GC_Del, /* tp_free */
1241 PyObject_GC_Del, /* tp_free */
[all …]
/external/python/cpython2/Objects/
Diterobject.c35 PyObject_GC_Del(it); in iter_dealloc()
162 PyObject_GC_Del(it); in calliter_dealloc()
Denumobject.c217 PyObject_GC_Del, /* tp_free */
386 PyObject_GC_Del, /* tp_free */
Dtupleobject.c823 PyObject_GC_Del, /* tp_free */
874 PyObject_GC_Del(v); in _PyTuple_Resize()
902 PyObject_GC_Del(q); in PyTuple_ClearFreeList()
937 PyObject_GC_Del(it); in tupleiter_dealloc()
Dcellobject.c51 PyObject_GC_Del(op); in cell_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 */
/external/python/cpython2/Misc/
Dpymemcompat.h80 #define PyObject_GC_Del PyObject_Del macro
/external/python/cpython3/Objects/
Diterobject.c37 PyObject_GC_Del(it); in iter_dealloc()
199 PyObject_GC_Del(it); in calliter_dealloc()
Dclassobject.c204 PyObject_GC_Del(im); in method_dealloc()
377 PyObject_GC_Del(im); in PyMethod_ClearFreeList()
479 PyObject_GC_Del(self); in instancemethod_dealloc()
Dmethodobject.c99 PyObject_GC_Del(m); in meth_dealloc()
313 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
Dgenobject.c148 PyObject_GC_Del(gen); in gen_dealloc()
1038 PyObject_GC_Del(cw); in coro_wrapper_dealloc()
1456 PyObject_GC_Del(o); in PyAsyncGen_ClearFreeLists()
1463 PyObject_GC_Del(o); in PyAsyncGen_ClearFreeLists()
1517 PyObject_GC_Del(o); in async_gen_asend_dealloc()
1692 PyObject_GC_Del(o); in async_gen_wrapped_val_dealloc()
1783 PyObject_GC_Del(o); in async_gen_athrow_dealloc()
Denumobject.c248 PyObject_GC_Del, /* tp_free */
445 PyObject_GC_Del, /* tp_free */
Dtupleobject.c843 PyObject_GC_Del, /* tp_free */
894 PyObject_GC_Del(v); in _PyTuple_Resize()
922 PyObject_GC_Del(q); in PyTuple_ClearFreeList()
957 PyObject_GC_Del(it); in tupleiter_dealloc()
Dcellobject.c53 PyObject_GC_Del(op); in cell_dealloc()
Dfuncobject.c543 PyObject_GC_Del(op); in func_dealloc()
804 PyObject_GC_Del, /* tp_free */
982 PyObject_GC_Del, /* tp_free */
Dframeobject.c493 PyObject_GC_Del(f); in frame_dealloc()
728 PyObject_GC_Del(f); in _PyFrame_New_NoTrack()
1037 PyObject_GC_Del(f); in PyFrame_ClearFreeList()
Dsliceobject.c107 PyObject_GC_Del(obj); in PySlice_Fini()
333 PyObject_GC_Del(r); in slice_dealloc()
Ddescrobject.c20 PyObject_GC_Del(descr); in descr_dealloc()
916 PyObject_GC_Del(pp); in mappingproxy_dealloc()
1029 PyObject_GC_Del(wp); in wrapper_dealloc()
1662 PyObject_GC_Del, /* tp_free */
/external/python/cpython2/Include/
Dobjimpl.h249 #define _PyObject_GC_Del PyObject_GC_Del
326 PyAPI_FUNC(void) PyObject_GC_Del(void *);
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst78 #. The object's memory must be deallocated using :c:func:`PyObject_GC_Del`.
81 .. c:function:: void PyObject_GC_Del(void *op)
/external/python/cpython3/Python/
Dcontext.c1008 .tp_free = PyObject_GC_Del,
1142 .tp_free = PyObject_GC_Del,
1229 PyObject_GC_Del(ctx); in PyContext_ClearFreeList()

1234