Bug 133884 - GCController should return FastMalloc memory to the system.
Summary: GCController should return FastMalloc memory to the system.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 15:11 PDT by Andreas Kling
Modified: 2014-06-14 12:39 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2014-06-13 15:12 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-06-13 15:11:52 PDT
Let's madvise some pages back to the system in GCController.garbageCollectNow() to make our memory test results more accurate!
Comment 1 Andreas Kling 2014-06-13 15:12:25 PDT
Created attachment 233081 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-13 15:13:30 PDT
Attachment 233081 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/js/GCController.cpp:34:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2014-06-14 12:39:48 PDT
Comment on attachment 233081 [details]
Patch

Clearing flags on attachment: 233081

Committed r169977: <http://trac.webkit.org/changeset/169977>
Comment 4 WebKit Commit Bot 2014-06-14 12:39:51 PDT
All reviewed patches have been landed.  Closing bug.