Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h76 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
/third_party/python/Objects/
Dobmalloc.c550 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator() function
/third_party/python/Doc/c-api/
Dmemory.rst635 .. c:function:: void PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator)
Dinit.rst44 * :c:func:`PyObject_GetArenaAllocator`