Adding Simple Objest test. Fixes some bugs
This commit is contained in:
parent
edf0548046
commit
63029e6083
10 changed files with 74 additions and 15 deletions
|
|
@ -172,6 +172,8 @@ bool HeapAllocGlobal::checkLeaks() {
|
|||
}
|
||||
#endif
|
||||
|
||||
printf(" Count : %llu", mNumAllocations);
|
||||
|
||||
ASSERT(!"Destruction of not freed Allocator")
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue