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

/external/srec/portable/src/
H A Dpmemory.c45 static asr_uint32_t gCurAlloc = -1; variable
288 gCurAlloc = 0;
410 passert(gCurAlloc >= data->size);
411 gCurAlloc -= data->size;
549 passert(totalAlloc == gCurAlloc);
672 gCurAlloc += actualSize;
673 if (gMaxAlloc < gCurAlloc)
674 gMaxAlloc = gCurAlloc;
828 gCurAlloc += actualSize - oldSize;
829 if (gMaxAlloc < gCurAlloc)
[all...]

Completed in 370 milliseconds