Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_basicsize

4125     res = v->ob_type->tp_basicsize + ABS(Py_SIZE(v))*sizeof(digit);

4294 offsetof(PyLongObject, ob_digit), /* tp_basicsize */