Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c199 #ifndef SMALL_MEMORY_LIMIT
200 #define SMALL_MEMORY_LIMIT (64 * 1024 * 1024) /* 64 MB -- more? */ macro
220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)