Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmemory.c98 asr_uint32_t curAlloc; member
187 gMemoryMap[idx].curAlloc = 0; in getIndex()
407 passert(e->curAlloc >= data->size); in PMemLogFree()
408 e->curAlloc -= data->size; in PMemLogFree()
508 pfprintf(file, L("**********%04d********** %38u %15u\n"), i, e->curAlloc, e->maxAlloc); in PMemReport()
521 pfprintf(file, L("%-52s %10u %15u\n"), truncatedTag, e->curAlloc, e->maxAlloc); in PMemReport()
545 passert(e->curAlloc >= 0); in PMemReport()
546 totalAlloc += e->curAlloc; in PMemReport()
668 e->curAlloc += actualSize; in pmalloc()
669 if (e->maxAlloc < e->curAlloc) in pmalloc()
[all …]