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

/external/srec/portable/src/
H A Dpmemory.c44 static asr_uint32_t gMaxAlloc = -1; variable
289 gMaxAlloc = 0;
548 pfprintf(file, L("%-52s %10u %15u\n"), L("Total"), totalAlloc, gMaxAlloc);
673 if (gMaxAlloc < gCurAlloc)
674 gMaxAlloc = gCurAlloc;
829 if (gMaxAlloc < gCurAlloc)
830 gMaxAlloc = gCurAlloc;

Completed in 219 milliseconds