only:docs

This commit is contained in:
Matthew Kennedy 2024-12-16 15:19:53 -05:00 committed by rusefillc
parent 67163bb5d1
commit 887984391c
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ public:
}
void *new_mem = alloc(nsize);
// Don't count the memory use if not allocated
if (new_mem) {
m_memoryUsed += nsize;
}