rejig 32bit eoid allocation to 5.5.12.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 24 Apr 2013 07:20:18 +0000 (16:20 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 24 Apr 2013 07:20:18 +0000 (16:20 +0900)
src/lib/eo/eo_ptr_indirection.c

index 19dc17b..7e3ca65 100644 (file)
@@ -51,9 +51,9 @@
 
 #if SIZEOF_UINTPTR_T == 4
 /* 32 bits */
-# define BITS_FOR_IDS_TABLE           8
-# define BITS_FOR_IDS_INTER_TABLE     4
-# define BITS_FOR_ID_IN_TABLE        10
+# define BITS_FOR_IDS_TABLE           5
+# define BITS_FOR_IDS_INTER_TABLE     5
+# define BITS_FOR_ID_IN_TABLE        12
 # define BITS_FOR_GENERATION_COUNTER 10
 #else
 /* 64 bits */