Skip to content

Commit

Permalink
reduce alloc size
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Sep 9, 2024
1 parent 9c8441a commit 602bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 602bfd5

Please sign in to comment.