Tweak bits

This commit is contained in:
Bruce Hill 2024-08-04 15:01:27 -04:00
parent cb44b09715
commit aa218fe872

View File

@ -6,8 +6,8 @@
#include <stdbool.h>
#define ARRAY_LENGTH_BITS 42
#define ARRAY_FREE_BITS 5
#define ARRAY_REFCOUNT_BITS 4
#define ARRAY_FREE_BITS 6
#define ARRAY_REFCOUNT_BITS 3
#define ARRAY_STRIDE_BITS 12
#define MAX_FOR_N_BITS(N) ((1<<(N))-1)