Searched refs:maxarenas (Results 1 – 4 of 4) sorted by relevance
523 static uint maxarenas = 0; variable576 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS; in new_arena()577 if (numarenas <= maxarenas) in new_arena()599 for (i = maxarenas; i < numarenas; ++i) { in new_arena()606 unused_arena_objects = &arenas[maxarenas]; in new_arena()607 maxarenas = numarenas; in new_arena()738 ((arenaindex_temp = (POOL)->arenaindex) < maxarenas && \1832 for (i = 0; i < maxarenas; ++i) { in _PyObject_DebugMallocStats()1939 return arenaindex_temp < maxarenas && in Py_ADDRESS_IN_RANGE()
1182 static uint maxarenas = 0; variable1218 for (uint i = 0; i < maxarenas; ++i) { in _Py_GetAllocatedBlocks()1265 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS; in new_arena()1266 if (numarenas <= maxarenas) in new_arena()1288 for (i = maxarenas; i < numarenas; ++i) { in new_arena()1295 unused_arena_objects = &arenas[maxarenas]; in new_arena()1296 maxarenas = numarenas; in new_arena()1421 return arenaindex < maxarenas && in address_in_range()2638 for (i = 0; i < maxarenas; ++i) { in _PyObject_DebugMallocStats()
10 Objects/obmalloc.c:maxarenas static uint maxarenas
480 Objects/obmalloc.c - maxarenas variable static uint maxarenas