| Index: base/allocator/allocator_interception_mac.h
|
| diff --git a/base/allocator/allocator_interception_mac.h b/base/allocator/allocator_interception_mac.h
|
| index 8867f3823180a9f890c3fb7190ea084a0c128b04..bbbbffc3c4f4ec26a67a052bb8f9113d67897233 100644
|
| --- a/base/allocator/allocator_interception_mac.h
|
| +++ b/base/allocator/allocator_interception_mac.h
|
| @@ -40,6 +40,10 @@ BASE_EXPORT void InterceptAllocationsMac();
|
| // Also calls ClearAllMallocZonesForTesting.
|
| BASE_EXPORT void UninterceptMallocZonesForTesting();
|
|
|
| +// Periodically checks for, and shims new malloc zones. Stops checking after 1
|
| +// minute.
|
| +BASE_EXPORT void PeriodicallyShimNewMallocZones();
|
| +
|
| } // namespace allocator
|
| } // namespace base
|
|
|
|
|