Changeset 390 for trunk/xc_malloc.c
- Timestamp:
- 05/20/2007 10:47:45 AM (6 years ago)
- Files:
-
- 1 modified
-
trunk/xc_malloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_malloc.c
r387 r390 144 144 static XC_SHM_IS_READWRITE(xc_malloc_is_readwrite) /* {{{ */ 145 145 { 146 #ifdef HAVE_XCACHE_TEST 146 147 HashPosition pos; 147 148 size_t *psize; … … 156 157 zend_hash_move_forward_ex(&shm->blocks, &pos); 157 158 } 159 #endif 158 160 159 161 return 0;

