File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 38
38
#define MEGABYTE 1024l*KILOBYTE
39
39
#define GIGABYTE 1024l*MEGABYTE
40
40
#define TERABYTE 1024l*GIGABYTE
41
- #define ALLOC_SIZE TERABYTE
41
+ #define ALLOC_SIZE 100l*GIGABYTE
42
42
#define ALLOC_START (void*)(42l * TERABYTE)
43
43
44
44
#ifdef GCTEST
@@ -2206,12 +2206,7 @@ static TABLE ___table (BLOCK expr)
2206
2206
2207
2207
static TABLE ___insert (ANY key , ANY value , TABLE d )
2208
2208
{
2209
- <<<<<<< HEAD
2210
2209
if unlikely (key .type == io || key .type == block || key .type == box ) throw_error_fmt ("Can't index a table with %s" , ___show (key ));
2211
- TABLE D = gc_malloc (sizeof * D );
2212
- = == == ==
2213
- if unlikely (key .type == block || key .type == box ) throw_error_fmt ("Can't index a table with %s" , ___show (key ));
2214
- >>>>>>> 9d 5f 658 (More work towards generational gc )
2215
2210
if (!d )
2216
2211
{
2217
2212
TABLE D = gc_malloc (sizeof * D );
You can’t perform that action at this time.
0 commit comments