Home
last modified time | relevance | path

Searched refs:_PyObject_GC_Malloc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c1460 #undef _PyObject_GC_Malloc
1493 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc() function
1521 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp)); in _PyObject_GC_New()
1531 PyVarObject *op = (PyVarObject *) _PyObject_GC_Malloc(size); in _PyObject_GC_NewVar()
/external/python/cpython2/Include/
Dobjimpl.h306 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t);
/external/python/cpython2/PC/os2emx/
Dpython27.def1183 "_PyObject_GC_Malloc"
/external/python/cpython2/Objects/
Dtypeobject.c781 obj = _PyObject_GC_Malloc(size); in PyType_GenericAlloc()