Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Fix metadata corruption in HeapAllocator
HeapAllocator stores the pointer returned by HeapAlloc right after the data block and, after the recent allocator refactoring, the space for this pointer was not taken into account in the calculation of the final block size. Fixes #5830
- Loading branch information