only:docs
This commit is contained in:
parent
67163bb5d1
commit
887984391c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue