Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c9 #define CONTEXT_FREELIST_MAXLEN 255 macro
447 if (ctx_freelist_len < CONTEXT_FREELIST_MAXLEN) { in context_tp_dealloc()