This commit is contained in:
Justin Ethier 2016-08-02 03:34:26 -04:00
parent a034b85d25
commit ffb5b36869

2
gc.c
View file

@ -95,7 +95,7 @@ static double allocated_obj_counts[25] = {
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0};
// TODO: allocated object sizes (EG: 32, 64, etc).
static double allocated_heap_counts[4] = {0, 0, 0, 0};
void print_allocated_obj_counts()