mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:04:16 +00:00
94f13073ce
Unused and since C++17 not really valuable with std::aligned_alloc (_aligned_malloc and _aligned_free in case of MSVC) available. We also have an other similar interface with "lib/sysdep/vm.h". Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>