Skip to content
Snippets Groups Projects
Commit a891785f authored by Andrew Meadows's avatar Andrew Meadows
Browse files

typo fix

parent a09719c0
Branches
Tags
No related merge requests found
...@@ -781,7 +781,7 @@ class MemTrackable ...@@ -781,7 +781,7 @@ class MemTrackable
accumulator->mAllocatedCount--; accumulator->mAllocatedCount--;
accumulator->mDeallocatedCount++; accumulator->mDeallocatedCount++;
} }
deallocAligned<ALIGNMENT, sizeof(size_T)>(ptr); deallocAligned<ALIGNMENT, sizeof(size_t)>(ptr);
} }
// claim memory associated with other objects/data as our own, adding to our calculated footprint // claim memory associated with other objects/data as our own, adding to our calculated footprint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment