Searched refs:PyObjectArenaAllocator (Results 1 – 3 of 3) sorted by relevance
216 } PyObjectArenaAllocator; typedef219 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);222 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
382 static PyObjectArenaAllocator _PyObject_Arena = {NULL,498 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator()504 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator()
500 .. c:type:: PyObjectArenaAllocator515 .. c:function:: PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator)519 .. c:function:: PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator)