started adding stuff for the arena layer of the heap

This commit is contained in:
Eric J. Bowersox
2013-06-09 21:41:17 -06:00
parent f1950fa933
commit 682aa60c01
4 changed files with 236 additions and 3 deletions

View File

@@ -61,6 +61,7 @@
#define LOG_PTRSIZE 2 /* log2(sizeof(void *)) */
#define LOG_INTSIZE 2 /* log2(sizeof(int)) */
#define LOG_UINTSIZE 2 /* log2(sizeof(UINT32)) */
#define LOG_INT64SIZE 3 /* log2(sizeof(long long)) */
/* Boolean values */