Searched refs:PyObjectArenaAllocator (Results 1 – 4 of 4) sorted by relevance
73 } PyObjectArenaAllocator; typedef76 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);79 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
434 static PyObjectArenaAllocator _PyObject_Arena = {NULL,550 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator()556 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator()
620 .. c:type:: PyObjectArenaAllocator635 .. c:function:: void PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator)639 .. c:function:: void PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator)
7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…