X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStorage.h;h=3fcdfebb9900cf20bb13a082ef2ce15f4383b051;hb=dbbf15c0f141357aa49b583286174867baadb821;hp=d109a1767064dff208698719c43b7ba210735c89;hpb=4b123ceba0c0a2f72494479a03ac9c94b6166c92;p=ghc-hetmet.git diff --git a/includes/Storage.h b/includes/Storage.h index d109a17..3fcdfeb 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -91,6 +91,9 @@ typedef struct step_ { bdescr * todos_last; unsigned int n_todos; // count of above + bdescr * part_blocks; // partially-full scanned blocks + unsigned int n_part_blocks; // count of above + bdescr * scavenged_large_objects; // live large objs after GC (d-link) unsigned int n_scavenged_large_blocks; // size (not count) of above