Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h307 PyAPI_FUNC(PyObject *) _PyObject_GC_New(PyTypeObject *);
314 ( (type *) _PyObject_GC_New(typeobj) )
/external/python/cpython2/Misc/
Dvalgrind-python.supp94 fun:_PyObject_GC_New
/external/python/cpython2/PC/os2emx/
Dpython27.def1179 "_PyObject_GC_New"
/external/python/cpython2/Modules/
Dgcmodule.c1519 _PyObject_GC_New(PyTypeObject *tp) in _PyObject_GC_New() function