| 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 2b17085ca6920c5b13560c13b23add48b3f9597a..f24d4b44a7cef56b49331b3929095efa54b45e44 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| @@ -95,6 +95,8 @@ class WTF_EXPORT Partitions {
|
| return total_size;
|
| }
|
|
|
| + static size_t TotalActiveBytes();
|
| +
|
| static void DecommitFreeableMemory();
|
|
|
| static void ReportMemoryUsageHistogram();
|
|
|