Some configurations

This commit is contained in:
valtermiari 2023-02-15 10:42:27 +01:00
parent 634050c094
commit f8d761411d
3 changed files with 19 additions and 1 deletions

View file

@ -7,7 +7,7 @@
#include <vector>
using namespace std;
#include "include/chunk.hpp"
#include "chunk.hpp"
#define HEAP_SIZE 65536
@ -29,6 +29,7 @@ namespace GC {
}
void *alloc(size_t size);
void print_contents();
private: