Chromium Code Reviews| 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. |
| + |
|
Alexander Potapenko
2012/08/03 09:57:07
You'll need an #ifdef... guard here.
Dai Mikurube (NOT FULLTIME)
2012/08/07 10:39:18
Done.
|
| +void SuspendAllocatedTypeIntercept(); |
| +void ResumeAllocatedTypeIntercept(); |