diff --git a/lib/darr.h b/lib/darr.h index 159f035..c7a04ae 100644 --- a/lib/darr.h +++ b/lib/darr.h @@ -35,7 +35,7 @@ typedef struct /* Some useful constants for dynamic array work. */ #define DARR_DEFAULT_SIZE 8 -#define DARR_REALLOC_MULT 1.5 +#define DARR_REALLOC_MULT 2 /** @brief Get the `IND`th item of type `TYPE` in `DARR_DATA`