diff --git a/src/runtime.h b/src/runtime.h index ad11cc3..b706537 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -38,7 +38,7 @@ #define MEGABYTE 1024l*KILOBYTE #define GIGABYTE 1024l*MEGABYTE #define TERABYTE 1024l*GIGABYTE -#define ALLOC_SIZE 256l*GIGABYTE +#define ALLOC_SIZE 100l*GIGABYTE #define ALLOC_START (void*)0xC09C09C09C09C09C #ifdef GCTEST