mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b68d05bdab
This patch: - Removes XPTArena's ability to support arbitrary alignments. - Hardwires two sub-arenas into XPTArena, one with alignment of 8 and one with alignment of 1. - Uses the first sub-arena for most allocations and the second sub-arena for C string allocations. These changes reduce "xpti-working-set" by 56 KiB. The patch also renames all the used of "malloc" in XPT identifiers with "calloc", to make clearer that the result is always zeroed. |
||
---|---|---|
.. | ||
tools | ||
moz.build | ||
xpt_arena.cpp | ||
xpt_arena.h | ||
xpt_struct.cpp | ||
xpt_struct.h | ||
xpt_xdr.cpp | ||
xpt_xdr.h |