Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2678)

Unified Diff: base/allocator/allocator_shim.h

Issue 10391178: 1. Enable large object pointer offset check in release build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698