Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobjimpl.h169 PyAPI_FUNC(PyObject *) _PyObject_GC_New(PyTypeObject *);
185 ( (type *) _PyObject_GC_New(typeobj) )
/third_party/python/Misc/
Dvalgrind-python.supp94 fun:_PyObject_GC_New
Dstable_abi.txt1581 function _PyObject_GC_New
/third_party/python/PC/
Dpython3dll.c32 EXPORT_FUNC(_PyObject_GC_New)
/third_party/python/Modules/
Dgcmodule.c2287 _PyObject_GC_New(PyTypeObject *tp) in _PyObject_GC_New() function