Searched refs:maxAllocs (Results 1 – 2 of 2) sorted by relevance
250 MemPoolT() : root(0), currentAllocs(0), nAllocs(0), maxAllocs(0) {} in MemPoolT()277 if ( currentAllocs > maxAllocs ) maxAllocs = currentAllocs; in Alloc()291 … name, maxAllocs, maxAllocs*SIZE/1024, currentAllocs, SIZE, nAllocs, blockPtrs.Size() ); in Trace()308 int maxAllocs; variable
597 const deUint32 maxAllocs = 1024u; in createSwapchainSimulateOOMTest() local625 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= maxAllocs; ++numPassingAllocs) in createSwapchainSimulateOOMTest()660 else if (numPassingAllocs == maxAllocs) in createSwapchainSimulateOOMTest()