Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Typedefs | Functions | Variables
pyarena.h File Reference

Go to the source code of this file.

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

Function Documentation

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

Variable Documentation

size_t size

Copyright 2014 Google Inc. All rights reserved.