Added ManuallyTestLinearAllocator which allows me to manually inspect VmaStats, VmaPoolStats and stats string of custom pool. Fixed bug in VmaBlockMetadata_Linear::PrintDetailedMap.

This commit is contained in:
Adam Sawicki 2018-08-22 15:02:10 +02:00
parent 680b2251fa
commit fd11d759dd
2 changed files with 116 additions and 1 deletions

View file

@ -7914,7 +7914,7 @@ void VmaBlockMetadata_Linear::PrintDetailedMap(class VmaJsonWriter& json) const
// 3. Prepare for next iteration.
lastOffset = suballoc.offset + suballoc.size;
++nextAlloc2ndIndex;
--nextAlloc2ndIndex;
}
// We are at the end.
else