Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c13 static PyContext *ctx_freelist = NULL; variable
340 ctx = ctx_freelist; in _context_alloc()
341 ctx_freelist = (PyContext *)ctx->ctx_weakreflist; in _context_alloc()
463 self->ctx_weakreflist = (PyObject *)ctx_freelist; in context_tp_dealloc()
464 ctx_freelist = self; in context_tp_dealloc()
1277 PyContext *ctx = ctx_freelist; in _PyContext_ClearFreeList()
1278 ctx_freelist = (PyContext *)ctx->ctx_weakreflist; in _PyContext_ClearFreeList()
/external/python/cpython3/Tools/c-analyzer/
DTODO108 Python/context.c:ctx_freelist static PyContext *ctx_freelist
Dknown.tsv164 Python/context.c - ctx_freelist variable static PyContext *ctx_freelist