Home
last modified time | relevance | path

Searched refs:maxarenas (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c1198 `arenas` is a vector of arena_objects. It contains maxarenas entries, some of
1245 static uint maxarenas = 0; variable
1281 for (uint i = 0; i < maxarenas; ++i) { in _Py_GetAllocatedBlocks()
1602 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS; in new_arena()
1603 if (numarenas <= maxarenas) in new_arena()
1625 for (i = maxarenas; i < numarenas; ++i) { in new_arena()
1632 unused_arena_objects = &arenas[maxarenas]; in new_arena()
1633 maxarenas = numarenas; in new_arena()
1715 case. We're relying on that maxarenas i
[all...]

Completed in 3 milliseconds