Changed GC heap chunks to be allocated from separate page allocations
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 18 Dec 2012 14:03:26 +0000 (15:03 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 18 Dec 2012 14:21:16 +0000 (15:21 +0100)
commitf2e52c5bf26cfcedd0901040dfe1a6c86c5aa146
treed486af12c135e6b8e56947beac08ce85b25f5fcb
parenteb5471f4fbdc2bbd1b811f935fa34664671d8c67
Changed GC heap chunks to be allocated from separate page allocations

Use page allocations instead of the regular libc heap for the chunks
of the memory manager. This will allow for easier return of the memory
to the operation system in the future.

Change-Id: Ie370e54042251b17335e94b497933f06ab62ecc3
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4mm.cpp