eoid -> rjid 64bit bit allocations for.. not so much bloat.

This commit is contained in:
Carsten Haitzler 2013-04-23 18:48:35 +09:00
parent ba57a1c795
commit c9ad644be2
1 changed files with 10 additions and 10 deletions

View File

@ -51,10 +51,10 @@
# define BITS_FOR_GENERATION_COUNTER 10 # define BITS_FOR_GENERATION_COUNTER 10
#else #else
/* 64 bits */ /* 64 bits */
# define BITS_FOR_IDS_TABLE 8 # define BITS_FOR_IDS_TABLE 11
# define BITS_FOR_IDS_INTER_TABLE 20 # define BITS_FOR_IDS_INTER_TABLE 11
# define BITS_FOR_ID_IN_TABLE 16 # define BITS_FOR_ID_IN_TABLE 12
# define BITS_FOR_GENERATION_COUNTER 20 # define BITS_FOR_GENERATION_COUNTER 30
#endif #endif
typedef uintptr_t Table_Index; typedef uintptr_t Table_Index;