Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobjimpl.h33 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/external/python/cpython3/Objects/
Dobmalloc.c556 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator() function
/external/python/cpython3/Doc/c-api/
Dmemory.rst526 .. c:function:: PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator)
Dinit.rst31 * :c:func:`PyObject_SetArenaAllocator`