summaryrefslogtreecommitdiffstats
path: root/tools/checksdk
diff options
context:
space:
mode:
authorNorbert Leser <norbert.leser@nokia.com>2009-08-20 09:34:40 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-08-20 09:34:40 (GMT)
commitac8dccabe25622de2672204e54e7c8610d14bce4 (patch)
treef06e8b47cca8c073f89ad1d0d2244f5ba5fcb0bf /tools/checksdk
parentacb0fdc3769f18e9c4c76abcb96a3a4d60afdb8b (diff)
downloadQt-ac8dccabe25622de2672204e54e7c8610d14bce4.zip
Qt-ac8dccabe25622de2672204e54e7c8610d14bce4.tar.gz
Qt-ac8dccabe25622de2672204e54e7c8610d14bce4.tar.bz2
Fix JavaScriptCore build on systems without anonymous mmapping
Use fastMalloc when neither MMAP nor VIRTUALALLOC are enabled RegisterFile constructor currently throws #error when both MMAP and VIRTUALALLOC conditions fail. On any platform that does not provide these features (for instance, Symbian), the fallback should be regular malloc (or fastMalloc). It is functionally equivalent in this case, even though it may have certain drawbacks such as lack of dynamic pre-allocation. Taken upstream from https://bugs.webkit.org/show_bug.cgi?id=27051 Reviewed-by: Simon Hausmann
Diffstat (limited to 'tools/checksdk')
0 files changed, 0 insertions, 0 deletions