sysroot-cleaner/src
Matteo Settenvini 54075012aa
feat(dso): implement unused DSO cleaner
This is the first implementation of a recursive
DSO cleaner which is reasonably fast.

The implementation is still (unit-) untested.

Of course, modules to be dlopen'ed will always
escape such a tool, which will need to
support another cleaner plugin with a
whitelist.
2025-01-26 03:09:16 +01:00
..
cleaners feat(dso): implement unused DSO cleaner 2025-01-26 03:09:16 +01:00
args.rs feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
cleaners.rs feat(dso): implement unused DSO cleaner 2025-01-26 03:09:16 +01:00
decision.rs feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
main.rs feat(dso): implement unused DSO cleaner 2025-01-26 03:09:16 +01:00