Some configurations
This commit is contained in:
parent
1690804821
commit
30a3da3156
3 changed files with 19 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue