diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-03 05:18:03 +0000 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-03 05:18:03 +0000 |
commit | c4ecc406d261eb85ab541835933fa2f48d6f2afb (patch) | |
tree | 63e13383b8a7e43b4c0a820b81c3e94a9f33176d /contrib | |
parent | daa48183f92b93dcbd2e35a153864335a4dc65eb (diff) |
Reorganize xml_memory_page structure
The page no longer contains 'data' field to use sizeof everywhere instead
of offsetof/sizeof inconsistency (that is required because some compilers
don't recognize offsetof as compile-time constant).
The page no longer contains 'memory' field that is now encoded as an
offset byte before the page - this allows us to save one pointer from the
static page in the document to keep the size the same as in v1.2 (binary
compatibility).
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1046 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions