Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1814 #define MAXCACHE 100 macro
1836 if (PyDict_Size(cache) >= MAXCACHE) in cache_struct()
/external/python/cpython3/Modules/
D_struct.c2048 #define MAXCACHE 100 macro
2077 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()