mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
- Change std::copy_n and std::fill_n back to std::memcpy and std::memset. They do not have the overhead of checks. - Change std::malloc to HeapAlloc as 16 MiB allocations are very slow due to it initialising all the memory to 0xCC.