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

/external/srec/portable/src/
H A Dpmemblock.c85 uint32 sMaximumAllocationSizeArray[NUM_TRACKING_BINS]; member in struct:tracking_struct
129 gMemoryTracking.sMaximumAllocationSizeArray[i] = 0;
209 if (gMemoryTracking.sCurrentAllocationSizeArray[bin] > gMemoryTracking.sMaximumAllocationSizeArray[bin])
210 gMemoryTracking.sMaximumAllocationSizeArray[bin] = gMemoryTracking.sCurrentAllocationSizeArray[bin];
521 printf("Max size of 2^%2d byte objects = %d\n", i, gMemoryTracking.sMaximumAllocationSizeArray[i]);

Completed in 1746 milliseconds