automated: linux: modules: rename function to reflect cumulative approach
Rename compare_memory_usage() to check_module_memory_leaks_cumulative()
to better reflect the intended cumulative leak detection approach across
multiple load/unload iterations.
This is a preparatory change for implementing cumulative leak detection
that will check for memory leaks once after all iterations complete,
rather than checking after each individual iteration.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 file changed