Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c434 static PyObjectArenaAllocator _PyObject_Arena = {NULL, variable
552 *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()
/third_party/python/Tools/c-analyzer/
DTODO7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2890 Objects/obmalloc.c - _PyObject_Arena -