Home
last modified time | relevance | path

Searched refs:_PyObject_SIZE (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Include/
Dobjimpl.h168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c2326 res = _PyObject_SIZE(Py_TYPE(lz)); in product_sizeof()
2660 res = _PyObject_SIZE(Py_TYPE(co)); in combinations_sizeof()
2997 res = _PyObject_SIZE(Py_TYPE(co)); in cwr_sizeof()
3343 res = _PyObject_SIZE(Py_TYPE(po)); in permutations_sizeof()
Dmmapmodule.c843 res = _PyObject_SIZE(Py_TYPE(self)); in mmap__sizeof__method()
Dgcmodule.c2298 PyObject *op = gc_alloc(_PyObject_SIZE(tp), presize); in _PyObject_GC_New()
D_struct.c2059 size = _PyObject_SIZE(Py_TYPE(self)) + sizeof(formatcode); in s_sizeof()
D_collectionsmodule.c1528 res = _PyObject_SIZE(Py_TYPE(deque)); in deque_sizeof()
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dbytesio.c813 res = _PyObject_SIZE(Py_TYPE(self)); in bytesio_sizeof()
Dbufferedio.c393 res = _PyObject_SIZE(Py_TYPE(self)); in buffered_sizeof()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c968 res = _PyObject_SIZE(Py_TYPE(self)); in bytesio_sizeof()
Dbufferedio.c394 res = _PyObject_SIZE(Py_TYPE(self)); in buffered_sizeof()
/aosp_15_r20/external/python/cpython2/Modules/
Dgcmodule.c1521 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp)); in _PyObject_GC_New()
Dmmapmodule.c652 res = _PyObject_SIZE(Py_TYPE(self)); in mmap__sizeof__method()
D_collectionsmodule.c1114 res = _PyObject_SIZE(Py_TYPE(deque)); in deque_sizeof()
D_struct.c1742 size = _PyObject_SIZE(Py_TYPE(self)) + sizeof(formatcode) * (self->s_len + 1); in s_sizeof()
Darraymodule.c1566 res = _PyObject_SIZE(Py_TYPE(self)) + self->allocated * self->ob_descr->itemsize; in array_sizeof()
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c176 PyObject *op = (PyObject *) PyObject_Malloc(_PyObject_SIZE(tp)); in _PyObject_New()
Dbytearrayobject.c2158 res = _PyObject_SIZE(Py_TYPE(self)) + self->ob_alloc * sizeof(char); in bytearray_sizeof_impl()
Dsetobject.c1974 res = _PyObject_SIZE(Py_TYPE(so)); in set_sizeof()
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c244 op = (PyObject *) PyObject_MALLOC(_PyObject_SIZE(tp)); in _PyObject_New()
Dsetobject.c1990 res = _PyObject_SIZE(Py_TYPE(so)); in set_sizeof()

12