X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;h=40f6ff59be9b5427a64d9d4a9b07524a10fe7c6c;hp=197a00f14984d09d8d3e08068a8f7bc89318b636;hb=c9edd44acae5da757017788908936d248a062199;hpb=bb7b2f262ba9a888271c31f48d8c4331d33f2376 diff --git a/rculfhash.c b/rculfhash.c index 197a00f..40f6ff5 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -169,7 +169,8 @@ /* * Define the minimum table size. */ -#define MIN_TABLE_SIZE 128 +//#define MIN_TABLE_SIZE 128 +#define MIN_TABLE_SIZE 1 #if (CAA_BITS_PER_LONG == 32) #define MAX_TABLE_ORDER 32