diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/custommem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c index c5923013..1a729fe9 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -103,7 +103,7 @@ typedef struct blocklist_s { void* first; } blocklist_t; -#define MMAPSIZE (256*1024) // allocate 256kb sized blocks +#define MMAPSIZE (64*1024) // allocate 64b sized blocks static int n_blocks = 0; // number of blocks for custom malloc static int c_blocks = 0; // capacity of blocks for custom malloc |