Home
last modified time | relevance | path

Searched refs:maxAllocs (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h250 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
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp597 const deUint32 maxAllocs = 1024u; in createSwapchainSimulateOOMTest() local
625 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= maxAllocs; ++numPassingAllocs) in createSwapchainSimulateOOMTest()
660 else if (numPassingAllocs == maxAllocs) in createSwapchainSimulateOOMTest()