| Index: third_party/tcmalloc/chromium/src/memory_region_map.h
|
| diff --git a/third_party/tcmalloc/chromium/src/memory_region_map.h b/third_party/tcmalloc/chromium/src/memory_region_map.h
|
| index be191a90c168364a19b39ead9495b143420e4c67..71876800c554a9bdbed2c93f2080514cc0e847a9 100644
|
| --- a/third_party/tcmalloc/chromium/src/memory_region_map.h
|
| +++ b/third_party/tcmalloc/chromium/src/memory_region_map.h
|
| @@ -361,6 +361,9 @@ class MemoryRegionMap {
|
| // table where all buckets eventually should be.
|
| static void RestoreSavedBucketsLocked();
|
|
|
| + // Initialize RegionSet regions_.
|
| + inline static void InitRegionSetLocked();
|
| +
|
| // Wrapper around DoInsertRegionLocked
|
| // that handles the case of recursive allocator calls.
|
| inline static void InsertRegionLocked(const Region& region);
|
|
|