[Webkit-unassigned] [Bug 77013] [BlackBerry] Implement OSAllocator::commit/decommit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 13 08:53:39 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=77013
--- Comment #14 from Milian Wolff <milian.wolff at kdab.com> 2012-06-13 08:53:37 PST ---
Hey there,
the patchset you link to above does not cover the use case in TCSystemAlloc.cpp:
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp: In function 'void TCMalloc_SystemRelease(void*, std::size_t)':
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp:390: error: 'MADV_FREE_REUSABLE' was not declared in this scope
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp:390: error: 'madvise' was not declared in this scope
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp: In function 'void TCMalloc_SystemCommit(void*, std::size_t)':
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp:486: error: 'MADV_FREE_REUSE' was not declared in this scope
/home/milian/projects/qt5/qtwebkit/Source/WTF/wtf/TCSystemAlloc.cpp:486: error: 'madvise' was not declared in this scope
Did you miss that, or is something going wrong on my side?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list