Home
last modified time | relevance | path

Searched refs:PyObjectArenaAllocator (Results 1 – 6 of 6) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobjimpl.h65 } PyObjectArenaAllocator; typedef
68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobjimpl.h65 } PyObjectArenaAllocator; typedef
68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobjimpl.h65 } PyObjectArenaAllocator; typedef
68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dobjimpl.h65 } PyObjectArenaAllocator; typedef
68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dobjimpl.h68 } PyObjectArenaAllocator; typedef
71 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
74 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_pymem.h49 PyObjectArenaAllocator obj_arena;