dlbeer / dhara

NAND flash translation layer for low-memory systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage Collection Instrumentation

PTaylor-us opened this issue · comments

When using manual GC (using a gc ratio of 0 and calling dhara_map_gc()), is there any way to determine whether/how-much garbage exists? If not, is there a relatively simple way to add that functionality?

related to #27

Thanks for the quick response. I'll probably do a combination of periodic and as-needed.