Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_dealloc

927         /* Find the nearest base with a different tp_dealloc */

929 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
938 /* Call the base tp_dealloc() */
965 /* Find the nearest base with a different tp_dealloc */
967 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1000 /* Clear slots up to the nearest base with a different tp_dealloc */
1002 while (base->tp_dealloc == subtype_dealloc) {
1024 /* Call the base tp_dealloc(); first retrack self if
2453 type->tp_dealloc = subtype_dealloc;
2778 (destructor)type_dealloc, /* tp_dealloc */
3070 if (newto->tp_dealloc != oldto->tp_dealloc ||
3536 object_dealloc, /* tp_dealloc */
3887 COPYSLOT(tp_dealloc);
6712 super_dealloc, /* tp_dealloc */