Orbits
1
|
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 struct _arena PyArena |
PyAPI_FUNC | ( | PyArena * | ) |
PyAPI_FUNC | ( | void | ) |
PyAPI_FUNC | ( | void * | ) |
|
read |
size_t size |
Copyright 2014 Google Inc. All rights reserved.