ORP support

This commit is contained in:
Vitor Santos Costa
2014-11-14 16:51:42 +00:00
parent cfafc26b68
commit addb8cbce3
4 changed files with 9 additions and 3 deletions

View File

@@ -179,8 +179,10 @@ extern "C" {
#if DEBUG_DLMALLOC
#include <assert.h>
#else
#ifndef assert
#define assert(x) ((void)0)
#endif
#endif
/*
The unsigned integer type used for comparing any two chunk sizes.