Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osdep: Move memalign-related functions to their own header | Peter Maydell | 2022-03-07 | 1 | -0/+61 |
Move the various memalign-related functions out of osdep.h and into their own header, which we include only where they are used. While we're doing this, add some brief documentation comments. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20220226180723.1706285-10-peter.maydell@linaro.org |