diff --git a/cutils.a b/cutils.a index 2c575b8..de3631a 100644 Binary files a/cutils.a and b/cutils.a differ diff --git a/src/mem.c b/src/mem.c index 4c6c6db..d62ba60 100644 --- a/src/mem.c +++ b/src/mem.c @@ -10,7 +10,7 @@ -#define MAX_PTRS 4096 +#define MAX_PTRS 8192 typedef struct { void* ptr;