Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c11 static int ctx_freelist_len = 0; variable
324 if (ctx_freelist_len) { in _context_alloc()
325 ctx_freelist_len--; in _context_alloc()
447 if (ctx_freelist_len < CONTEXT_FREELIST_MAXLEN) { in context_tp_dealloc()
448 ctx_freelist_len++; in context_tp_dealloc()
1224 int size = ctx_freelist_len; in PyContext_ClearFreeList()
1225 while (ctx_freelist_len) { in PyContext_ClearFreeList()
1230 ctx_freelist_len--; in PyContext_ClearFreeList()