HomeSort by relevance Sort by last modified time
    Searched defs:PyArena (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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 *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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 293 milliseconds