Allocators Testing Added. Pull and Chunk allocators updates.
This commit is contained in:
parent
4a2ab6f5d0
commit
9e5ac1e975
30 changed files with 704 additions and 701 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "Common.hpp"
|
||||
#include "Assert.hpp"
|
||||
|
||||
#define MODULE_SANITY_CHECK(name) ASSERT(name.isInitialized() && "Modules Is Not Initialized" && #name)
|
||||
#define MODULE_SANITY_CHECK(name) DEBUG_ASSERT(name.isInitialized() && "Modules Is Not Initialized" && #name)
|
||||
|
||||
namespace tp {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue