Searched refs:maxNumBlocks (Results 1 – 1 of 1) sorted by relevance
388 static const size_t maxNumBlocks = ULONG_MAX / sizeof(CollectorBlock*) / GROWTH_FACTOR; in heapAllocate() local389 if (numBlocks > maxNumBlocks) in heapAllocate()