Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_dealloc

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

915 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
924 /* Call the base tp_dealloc() */
949 /* Find the nearest base with a different tp_dealloc */
951 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
984 /* Clear slots up to the nearest base with a different tp_dealloc */
986 while (base->tp_dealloc == subtype_dealloc) {
1008 /* Call the base tp_dealloc(); first retrack self if
2433 type->tp_dealloc = subtype_dealloc;
2747 (destructor)type_dealloc, /* tp_dealloc */
3037 if (newto->tp_dealloc != oldto->tp_dealloc ||
3503 object_dealloc, /* tp_dealloc */
3852 COPYSLOT(tp_dealloc);
6676 super_dealloc, /* tp_dealloc */