Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmemfixed.c173 static unsigned int totalSystemAllocMem = 0; variable
328 totalSystemAllocMem = initialHeapSize; in initAllMemPools()
558 totalSystemAllocMem += requiredMemSize; in increaseMemPoolSize()
692 printf("Total Sys Alloc %9i bytes\n", totalSystemAllocMem); in displayMemStats()