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

/external/srec/portable/src/
H A Dpmemfixed.c139 unsigned int maxReqSize; member in struct:__anon31061
488 if (memStats[ii].maxReqSize < size)
490 memStats[ii].maxReqSize = size;
662 printf(" %4i %6i %6i %6i %7i %7i %7i %7i %7i %7i %8i %8i\n", ii, memBlockSize[ii], avReqSize, memStats[ii].maxReqSize, memBlockNum[ii], memBlkGrowths[ii], memStats[ii].allocated, memStats[ii].accAllocated, memStats[ii].accFreed, memStats[ii].max_alloc, (memBlockSize[ii]*memStats[ii].allocated), (memBlockSize[ii]*memStats[ii].max_alloc));

Completed in 77 milliseconds