Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_dealloc

947         /* Find the nearest base with a different tp_dealloc */
949 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
958 /* Call the base tp_dealloc() */
985 /* Find the nearest base with a different tp_dealloc */
987 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1020 /* Clear slots up to the nearest base with a different tp_dealloc */
1022 while (base->tp_dealloc == subtype_dealloc) {
1044 /* Call the base tp_dealloc(); first retrack self if
2494 type->tp_dealloc = subtype_dealloc;
2844 (destructor)type_dealloc, /* tp_dealloc */
3136 if (newto->tp_dealloc != oldto->tp_dealloc ||
3623 object_dealloc, /* tp_dealloc */
3978 COPYSLOT(tp_dealloc);
6811 super_dealloc, /* tp_dealloc */