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

/external/srec/portable/src/
H A Dpmemory.c99 asr_uint32_t maxAlloc; member in struct:MemMapEntry_t
188 gMemoryMap[idx].maxAlloc = 0;
508 pfprintf(file, L("**********%04d********** %38u %15u\n"), i, e->curAlloc, e->maxAlloc);
521 pfprintf(file, L("%-52s %10u %15u\n"), truncatedTag, e->curAlloc, e->maxAlloc);
669 if (e->maxAlloc < e->curAlloc)
670 e->maxAlloc = e->curAlloc;
825 if (e->maxAlloc < e->curAlloc)
826 e->maxAlloc = e->curAlloc;

Completed in 23 milliseconds