Searched refs:MAX_ARENAS (Results 1 – 2 of 2) sorted by relevance
220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE) macro862 if (narenas_currently_allocated >= MAX_ARENAS) { in PyObject_Malloc()
913 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE) macro1462 if (narenas_currently_allocated >= MAX_ARENAS) { in allocate_from_new_pool()