python-2.7.6/include/pyarena.h File Reference

pyarena.h File Reference

Typedefs

typedef struct _arena PyArena
 

Functions

 PyAPI_FUNC (PyArena *) PyArena_New(void)
 
 PyAPI_FUNC (void) PyArena_Free(PyArena *)
 
 PyAPI_FUNC (void *) PyArena_Malloc(PyArena *
 
 PyAPI_FUNC (int) PyArena_AddPyObject(PyArena *
 

Variables

size_t size
 

Typedef Documentation

typedef struct _arena PyArena

Definition at line 11 of file pyarena.h.

Function Documentation

PyAPI_FUNC ( PyArena )
PyAPI_FUNC ( void  )
PyAPI_FUNC ( void *  )
PyAPI_FUNC ( int  )

Variable Documentation

size_t size

Definition at line 50 of file pyarena.h.

Go to the source code of this file.