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

/external/python/cpython2/Include/
H A Dobjimpl.h118 #define PyObject_MALLOC _PyObject_DebugMalloc macro
126 #define PyObject_MALLOC PyObject_Malloc macro
132 #define PyObject_MALLOC PyMem_MALLOC macro
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\
/external/python/cpython3/Include/
H A Dobjimpl.h117 #define PyObject_MALLOC PyObject_Malloc macro
171 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
175 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\

Completed in 236 milliseconds