aboutsummaryrefslogtreecommitdiff
path: root/util/memalign.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell1-0/+11
2022-03-07util: Use meson checks for valloc() and memalign() presencePeter Maydell1-2/+4
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell1-0/+39
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell1-0/+39