Searched defs:_PyObject_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobjimpl.h168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
213 op = (PyObject *) Your_Allocator(_PyObject_SIZE(YourTypeStruct));
/external/python/cpython3/Include/
H A Dobjimpl.h148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) macro
171 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
190 op = (PyObject *) Your_Allocator(_PyObject_SIZE(YourTypeStruct));

Completed in 109 milliseconds