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:
parent
680b2251fa
commit
fd11d759dd
2 changed files with 116 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue