reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
33 PyCompilerFlags *, PyArena *);
usr/include/python2.7/pyarena.h36 PyAPI_FUNC(void) PyArena_Free(PyArena *); 50 PyAPI_FUNC(void *) PyArena_Malloc(PyArena *, size_t size); 56 PyAPI_FUNC(int) PyArena_AddPyObject(PyArena *, PyObject *);usr/include/python2.7/pythonrun.h
44 PyArena *); 48 PyArena *);