Home
last modified time | relevance | path

Searched refs:PyObjectArenaAllocator (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dobjimpl.h65 } PyObjectArenaAllocator; typedef
68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator);
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator);
/third_party/python/Objects/
H A Dobmalloc.c436 static PyObjectArenaAllocator _PyObject_Arena = {NULL,
552 PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_GetArenaAllocator()
570 PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator) in PyObject_SetArenaAllocator()

Completed in 5 milliseconds