Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h216 } PyObjectArenaAllocator; typedef
219 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
222 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/external/python/cpython3/Objects/
Dobmalloc.c382 static PyObjectArenaAllocator _PyObject_Arena = {NULL,
498 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator()
504 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator()
/external/python/cpython3/Doc/c-api/
Dmemory.rst500 .. c:type:: PyObjectArenaAllocator
515 .. c:function:: PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator)
519 .. c:function:: PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator)