Fixed regression with non-parsed code due to new global allocator setup

This commit is contained in:
2023-07-10 22:56:59 -04:00
parent 1c5881c5a3
commit 1fb3db379c
5 changed files with 286 additions and 13 deletions

View File

@ -197,10 +197,12 @@ namespace Memory
{
// Doesn't recycle.
}
break;
case EAllocation_FREE_ALL:
{
// Memory::cleanup instead.
}
break;
case EAllocation_RESIZE:
{
if ( last->total_allocated + size > last->total_size )