diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-13 23:12:15 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-13 23:12:15 -0700 |
commit | a41d4e72dc915a8cb79aa8f1f2177def06d75844 (patch) | |
tree | 5d538547de4d83dea9f40edbddb2c0aea926aefe /src/modules/checkers | |
parent | 0cd861d195cf2f021f9e5c5c49b6f82dd9dfa993 (diff) |
til_fb: track all pages and free them in til_fb_free()
Pages that have been handed out from the inactive list didn't
live on any lists, not until they were submitted.
This commit keeps all pages on a separate list to make cleanup of
outstanding pages in til_fb_free() trivial, which has also been
introduced here.
Just tidying up the shutdown to get rid of a bunch of harmless
leaks, in an effort to make ASAN more useful in detecting real
leaks on graceful exits.
Diffstat (limited to 'src/modules/checkers')
0 files changed, 0 insertions, 0 deletions