Searched refs:_PyObject_SIZE (Results 1 – 18 of 18) sorted by relevance
5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
968 res = _PyObject_SIZE(Py_TYPE(self)); in bytesio_sizeof()
407 res = _PyObject_SIZE(Py_TYPE(self)); in buffered_sizeof()
2327 res = _PyObject_SIZE(Py_TYPE(lz)); in product_sizeof()2661 res = _PyObject_SIZE(Py_TYPE(co)); in combinations_sizeof()2998 res = _PyObject_SIZE(Py_TYPE(co)); in cwr_sizeof()3344 res = _PyObject_SIZE(Py_TYPE(po)); in permutations_sizeof()
773 res = _PyObject_SIZE(Py_TYPE(self)); in mmap__sizeof__method()
2289 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp)); in _PyObject_GC_New()
2041 size = _PyObject_SIZE(Py_TYPE(self)) + sizeof(formatcode); in s_sizeof()
1531 res = _PyObject_SIZE(Py_TYPE(deque)); in deque_sizeof()
1783 res = _PyObject_SIZE(Py_TYPE(self)) + self->allocated * self->ob_descr->itemsize; in array_array___sizeof___impl()
4608 res = _PyObject_SIZE(Py_TYPE(self)); in _pickle_Pickler___sizeof___impl()7125 res = _PyObject_SIZE(Py_TYPE(self)); in _pickle_Unpickler___sizeof___impl()
918 Py_ssize_t result = _PyObject_SIZE(Py_TYPE(self)); in _elementtree_Element___sizeof___impl()
678 Py_ssize_t res = _PyObject_SIZE(Py_TYPE(co)); in code_sizeof()
183 PyObject *op = (PyObject *) PyObject_Malloc(_PyObject_SIZE(tp)); in _PyObject_New()
2187 res = _PyObject_SIZE(Py_TYPE(self)) + self->ob_alloc * sizeof(char); in bytearray_sizeof_impl()
1935 res = _PyObject_SIZE(Py_TYPE(so)); in set_sizeof()
2778 res = _PyObject_SIZE(Py_TYPE(self)) + self->allocated * sizeof(void*); in list___sizeof___impl()
3279 res = _PyObject_SIZE(Py_TYPE(mp)); in _PyDict_SizeOf()
4663 res = _PyObject_SIZE(Py_TYPE(v)); in dec_sizeof()