Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h73 } PyObjectArenaAllocator; typedef
76 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
79 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/third_party/python/Objects/
Dobmalloc.c434 static PyObjectArenaAllocator _PyObject_Arena = {NULL,
550 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator()
556 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator()
/third_party/python/Doc/c-api/
Dmemory.rst620 .. c:type:: PyObjectArenaAllocator
635 .. c:function:: void PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator)
639 .. c:function:: void PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator)
/third_party/python/Tools/c-analyzer/
DTODO7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…