Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c382 static PyObjectArenaAllocator _PyObject_Arena = {NULL, variable
500 *allocator = _PyObject_Arena; in PyObject_GetArenaAllocator()
506 _PyObject_Arena = *allocator; in PyObject_SetArenaAllocator()
1240 address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE); in new_arena()
1740 _PyObject_Arena.free(_PyObject_Arena.ctx, in pymalloc_free()