Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c12 static int ctx_freelist_len = 0; variable
325 if (ctx_freelist_len) { in _context_alloc()
326 ctx_freelist_len--; in _context_alloc()
448 if (ctx_freelist_len < CONTEXT_FREELIST_MAXLEN) { in context_tp_dealloc()
449 ctx_freelist_len++; in context_tp_dealloc()
1261 int size = ctx_freelist_len; in PyContext_ClearFreeList()
1262 while (ctx_freelist_len) { in PyContext_ClearFreeList()
1267 ctx_freelist_len--; in PyContext_ClearFreeList()