OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyArena
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h
11
typedef struct _arena
PyArena
;
35
PyAPI_FUNC(
PyArena
*) PyArena_New(void);
36
PyAPI_FUNC(void) PyArena_Free(
PyArena
*);
50
PyAPI_FUNC(void *) PyArena_Malloc(
PyArena
*, size_t size);
56
PyAPI_FUNC(int) PyArena_AddPyObject(
PyArena
*, PyObject *);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h
11
typedef struct _arena
PyArena
;
35
PyAPI_FUNC(
PyArena
*) PyArena_New(void);
36
PyAPI_FUNC(void) PyArena_Free(
PyArena
*);
50
PyAPI_FUNC(void *) PyArena_Malloc(
PyArena
*, size_t size);
56
PyAPI_FUNC(int) PyArena_AddPyObject(
PyArena
*, PyObject *);
Completed in 132 milliseconds