From: Mathieu Desnoyers Date: Wed, 14 Sep 2011 02:40:51 +0000 (-0400) Subject: rculfhash: with resize stop and helpers, min size can now be 1 X-Git-Tag: v0.7.0~43^2~148^2~11 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c9edd44acae5da757017788908936d248a062199 rculfhash: with resize stop and helpers, min size can now be 1 Signed-off-by: Mathieu Desnoyers --- 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