mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Removing some AutoPerfs
This commit is contained in:
parent
94c63d233e
commit
430829c57a
3 changed files with 14 additions and 29 deletions
|
@ -210,8 +210,7 @@ public:
|
|||
mPools.push_back(bigData);
|
||||
return bigData;
|
||||
}
|
||||
|
||||
//AutoPerf perf("Alloc");
|
||||
|
||||
if (mCurPtr + wantSize >= mCurAlloc + ALLOC_SIZE)
|
||||
GrowPool();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue