aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-03-21 14:49:10 +0100
committerLars Knoll <lars.knoll@qt.io>2017-03-22 11:30:57 +0000
commit9b7071637415bdad82bf61caf21603963f7fe21a (patch)
tree3f227343d11b0936798a63f256679d0e3077dcfd /src/qml/compiler
parentdb51441a955f63abba41b80198969df38c3d4a10 (diff)
Fix handling of huge memory segments
Allocating a MemorySegment larger than 4M was not working correctly. We would in this case reserve the right amount of memory, but where not able to use it, leading to an assertion in the HugeItemAllocator. Fix this by ensuring we can properly allocate the memory that was reserved in the Segment. Change-Id: I1e3d2b3beebdde0a509fd123ad2aa8b1bc35a26b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler')
0 files changed, 0 insertions, 0 deletions