| Index: base/allocator/allocated_type_tcmalloc.h
|
| diff --git a/base/allocator/allocated_type_tcmalloc.h b/base/allocator/allocated_type_tcmalloc.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4e3a142270bf233124606799f7e35befb41d15b7
|
| --- /dev/null
|
| +++ b/base/allocator/allocated_type_tcmalloc.h
|
| @@ -0,0 +1,6 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +void SuspendAllocatedTypeIntercept();
|
| +void ResumeAllocatedTypeIntercept();
|
|
|