Index: base/allocator/allocator_shim.h |
=================================================================== |
--- base/allocator/allocator_shim.h (revision 137587) |
+++ base/allocator/allocator_shim.h (working copy) |
@@ -14,6 +14,9 @@ |
// then a default value (typically set to TCMALLOC). |
void SetupSubprocessAllocator(); |
+void* TCMallocDoMallocForTest(size_t size); |
jar (doing other things)
2012/05/17 01:36:41
nit: probably TcmallocDoMallocForTest()
kaiwang
2012/05/19 00:12:27
Did some code search, it appears TCMalloc appears
jar (doing other things)
2012/05/21 18:44:10
ok
On 2012/05/19 00:12:27, kaiwang wrote:
|
+void TCMallocDoFreeForTest(void* ptr); |
+ |
} // namespace allocator. |
} // namespace base. |