| Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| index 67e87bb4615d158905444d7b7b6fb8bbdea56237..ee0da1abba853c5f776408fc287310b860793b38 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| @@ -87,6 +87,8 @@ class WTF_EXPORT Partitions {
|
| return total_size;
|
| }
|
|
|
| + static size_t TotalActiveBytes();
|
| +
|
| static void DecommitFreeableMemory();
|
|
|
| static void ReportMemoryUsageHistogram();
|
|
|