hprof-parser icon indicating copy to clipboard operation
hprof-parser copied to clipboard

Is HeapDump bytes left the same with heap Size

Open todLiu opened this issue 7 years ago • 0 comments

Hello eaftan , I have gone through the code below and suspect if the heap dump bytesleft the same with dump heapSize? as to the same hprof file , the IBM Heap Analyzer give one different number for heap size ? could u help to explain? thanks in advance. case 0xc: // Heap dump while (bytesLeft > 0) { bytesLeft -= parseHeapDump(in, idSize); }

todLiu avatar Nov 16 '18 08:11 todLiu