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

/external/srec/portable/src/
H A Dpmemfixed.c178 static unsigned int maxAllocMem = 0; variable
223 return (int)maxAllocMem;
479 if (allocatedMem > maxAllocMem)
481 maxAllocMem = allocatedMem;
688 printf("Max Rq Alloc Mem %9i bytes\n\n", maxAllocMem);

Completed in 50 milliseconds