mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
The 'arena' allocator does not take memory alignment into account, which can result in crashes at -O3 with gcc 7.5 (presumably because of SSE instructions). This accounts for alignment issues, fixing the issue. Also do various cleanup in lib/allocators. Reported by: Bellaz89, Freagarach Comments by: vladislavbelov Differential Revision: https://code.wildfiregames.com/D3181 This was SVN commit r24517. |
||
|---|---|---|
| .. | ||
| BinarySerializer.cpp | ||
| BinarySerializer.h | ||
| DebugSerializer.cpp | ||
| DebugSerializer.h | ||
| HashSerializer.cpp | ||
| HashSerializer.h | ||
| IDeserializer.cpp | ||
| IDeserializer.h | ||
| ISerializer.cpp | ||
| ISerializer.h | ||
| SerializedPathfinder.h | ||
| SerializedScriptTypes.h | ||
| SerializedTypes.h | ||
| SerializeTemplates.h | ||
| StdDeserializer.cpp | ||
| StdDeserializer.h | ||
| StdSerializer.cpp | ||
| StdSerializer.h | ||