commit | 1a11265d7e854203652606b671a0e02ba100a249 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 26 18:07:22 2022 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 07 13:16:24 2022 +0000 |
tree | 7f96eae377c21e7e8b04cd329a7d907e9093308e | |
parent | 88454f844efe26ea8ac7f394a72b1e6620dccf7e [diff] |
util: Put qemu_vfree() in memalign.c qemu_vfree() is the companion free function to qemu_memalign(); put it in memalign.c so the allocation and free functions are together. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220226180723.1706285-9-peter.maydell@linaro.org Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>