diff options
author | Ilpo Järvinen <[email protected]> | 2023-02-15 15:06:01 +0200 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2023-04-10 12:20:52 -0600 |
commit | 5d869d7bb4b8d8f2e5fd207e521419f27f7ad115 (patch) | |
tree | 3851c111d8a3087dbb5e729baceddfbb21ba0bb8 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 0d45c83b95da414e98ad333e723141a94f6e2c64 (diff) |
selftests/resctrl: Replace obsolete memalign() with posix_memalign()
memalign() is obsolete according to its manpage.
Replace memalign() with posix_memalign() and remove malloc.h include
that was there for memalign().
As a pointer is passed into posix_memalign(), initialize *p to NULL
to silence a warning about the function's return value being used as
uninitialized (which is not valid anyway because the error is properly
checked before p is returned).
Suggested-by: Reinette Chatre <[email protected]>
Signed-off-by: Ilpo Järvinen <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions