Index: third_party/tcmalloc/page_heap.h |
=================================================================== |
--- third_party/tcmalloc/page_heap.h (revision 27920) |
+++ third_party/tcmalloc/page_heap.h (working copy) |
@@ -213,6 +213,9 @@ |
// Commit the span. |
void CommitSpan(Span* span); |
+ // Decommit the span. |
+ void DecommitSpan(Span* span); |
+ |
// Incrementally release some memory to the system. |
// IncrementalScavenge(n) is called whenever n pages are freed. |
void IncrementalScavenge(Length n); |