0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 09:57:57 +08:00
Arseny Kapoulkine e8fdd1303c tests: Fix test allocator to provide fundamental alignment
Previously test allocator only guaranteed alignment enough for a pointer.

On some platforms (e.g. SPARC) double has to be aligned to 8 bytes but pointers
can have a size of 4 bytes. This commit increases allocation header to fix that.

In practical terms the allocation header is now always 8 bytes.
2015-07-25 17:04:17 -04:00
..
2015-03-13 22:13:10 -07:00
2015-04-10 20:45:07 -07:00
2015-03-13 00:18:30 -07:00
2015-05-22 08:43:36 -07:00
2015-03-18 21:20:40 -07:00
2015-03-04 10:44:08 -08:00
2015-04-12 21:27:12 -07:00