CE edit command
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define ARENA_CHUNK_CAPACITY (8 * 1024)
|
||||
#define ARENA_CHUNK_CAPACITY (1024 * 1024)
|
||||
|
||||
struct arena_chunk {
|
||||
struct arena_chunk* next;
|
||||
|
||||
Reference in New Issue
Block a user