Home
last modified time | relevance | path

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

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