/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 183 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 …]
|
D | operator.c | 498 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/ |
D | itertoolsmodule.c | 235 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/ |
D | iterobject.c | 35 PyObject_GC_Del(it); in iter_dealloc() 162 PyObject_GC_Del(it); in calliter_dealloc()
|
D | enumobject.c | 217 PyObject_GC_Del, /* tp_free */ 386 PyObject_GC_Del, /* tp_free */
|
D | tupleobject.c | 823 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()
|
D | cellobject.c | 51 PyObject_GC_Del(op); in cell_dealloc()
|
D | methodobject.c | 142 PyObject_GC_Del(m); in meth_dealloc() 402 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
|
D | funcobject.c | 459 PyObject_GC_Del(op); in func_dealloc() 731 PyObject_GC_Del, /* tp_free */ 883 PyObject_GC_Del, /* tp_free */
|
D | descrobject.c | 12 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/ |
D | pymemcompat.h | 80 #define PyObject_GC_Del PyObject_Del macro
|
/external/python/cpython3/Objects/ |
D | iterobject.c | 37 PyObject_GC_Del(it); in iter_dealloc() 199 PyObject_GC_Del(it); in calliter_dealloc()
|
D | classobject.c | 204 PyObject_GC_Del(im); in method_dealloc() 377 PyObject_GC_Del(im); in PyMethod_ClearFreeList() 479 PyObject_GC_Del(self); in instancemethod_dealloc()
|
D | methodobject.c | 99 PyObject_GC_Del(m); in meth_dealloc() 313 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
|
D | genobject.c | 148 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()
|
D | enumobject.c | 248 PyObject_GC_Del, /* tp_free */ 445 PyObject_GC_Del, /* tp_free */
|
D | tupleobject.c | 843 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()
|
D | cellobject.c | 53 PyObject_GC_Del(op); in cell_dealloc()
|
D | funcobject.c | 543 PyObject_GC_Del(op); in func_dealloc() 804 PyObject_GC_Del, /* tp_free */ 982 PyObject_GC_Del, /* tp_free */
|
D | frameobject.c | 493 PyObject_GC_Del(f); in frame_dealloc() 728 PyObject_GC_Del(f); in _PyFrame_New_NoTrack() 1037 PyObject_GC_Del(f); in PyFrame_ClearFreeList()
|
D | sliceobject.c | 107 PyObject_GC_Del(obj); in PySlice_Fini() 333 PyObject_GC_Del(r); in slice_dealloc()
|
D | descrobject.c | 20 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/ |
D | objimpl.h | 249 #define _PyObject_GC_Del PyObject_GC_Del 326 PyAPI_FUNC(void) PyObject_GC_Del(void *);
|
/external/python/cpython3/Doc/c-api/ |
D | gcsupport.rst | 78 #. 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/ |
D | context.c | 1008 .tp_free = PyObject_GC_Del, 1142 .tp_free = PyObject_GC_Del, 1229 PyObject_GC_Del(ctx); in PyContext_ClearFreeList()
|