Searched refs:_PyObject_Arena (Results 1 – 3 of 3) sorted by relevance
434 static PyObjectArenaAllocator _PyObject_Arena = {NULL, variable552 *allocator = _PyObject_Arena; in PyObject_GetArenaAllocator()558 _PyObject_Arena = *allocator; in PyObject_SetArenaAllocator()1594 address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE); in new_arena()1599 _PyObject_Arena.free(_PyObject_Arena.ctx, address, ARENA_SIZE); in new_arena()2088 _PyObject_Arena.free(_PyObject_Arena.ctx, in insert_to_freepool()
7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
2890 Objects/obmalloc.c - _PyObject_Arena -