mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Log block size
This commit is contained in:
parent
ff93af02e7
commit
648b14571c
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -1300,7 +1300,7 @@ long long tstamp = hrt_get_current();
|
|||
unsigned int h_size = h->size;
|
||||
gc_heap *keep = gc_sweep_fixed_size(h, heap_type, thd); // Clean up garbage objects
|
||||
#ifdef CYC_HIGH_RES_TIMERS
|
||||
fprintf(stderr, "sweep fixed size heap %p \n", h);
|
||||
fprintf(stderr, "sweep fixed size heap %p size %lu \n", h, size);
|
||||
hrt_log_delta("gc sweep fixed size", tstamp);
|
||||
#endif
|
||||
h_passed->num_unswept_children--;
|
||||
|
|
Loading…
Add table
Reference in a new issue