mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
WIP
This commit is contained in:
parent
a034b85d25
commit
ffb5b36869
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -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,
|
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};
|
static double allocated_heap_counts[4] = {0, 0, 0, 0};
|
||||||
|
|
||||||
void print_allocated_obj_counts()
|
void print_allocated_obj_counts()
|
||||||
|
|
Loading…
Add table
Reference in a new issue