Searched refs:baseSize (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/ |
D | AllocTracker.cpp | 551 size_t baseSize, totalSize; in dvmGenerateTrackedAllocationReport() local 552 baseSize = generateBaseOutput(NULL, 0, classNames, methodNames, fileNames); in dvmGenerateTrackedAllocationReport() 553 assert(baseSize > 0); in dvmGenerateTrackedAllocationReport() 554 totalSize = baseSize; in dvmGenerateTrackedAllocationReport() 558 ALOGI("Generated AT, size is %zd/%zd", baseSize, totalSize); in dvmGenerateTrackedAllocationReport() 566 strPtr = buffer + baseSize; in dvmGenerateTrackedAllocationReport() 567 generateBaseOutput(buffer, baseSize, classNames, methodNames, fileNames); in dvmGenerateTrackedAllocationReport()
|