Changeset 625 in svn for branches/1.3/mem.c
- Timestamp:
- 2009-07-05T09:01:49Z (9 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/mem.c
r593 r625 2 2 #include <limits.h> 3 3 #include <stdio.h> 4 # define XCACHE_DEBUG 4 5 #else 5 6 #include <php.h> 6 7 #endif 8 9 #ifdef XCACHE_DEBUG 10 # define ALLOC_DEBUG_BLOCK_CHECK 11 #endif 12 7 13 8 14 #include <assert.h> … … 14 20 #include "align.h" 15 21 #include "utils.h" 16 17 #ifdef TEST18 # define DEBUG19 #endif20 #ifdef DEBUG21 # define ALLOC_DEBUG_BLOCK_CHECK22 #endif23 22 24 23 #if 0
Note: See TracChangeset
for help on using the changeset viewer.