Chromium Code Reviews| Index: third_party/tcmalloc/chromium/src/system-alloc.h |
| =================================================================== |
| --- third_party/tcmalloc/chromium/src/system-alloc.h (revision 110522) |
| +++ third_party/tcmalloc/chromium/src/system-alloc.h (working copy) |
| @@ -77,6 +77,8 @@ |
| // function to fail. |
| extern void TCMalloc_SystemCommit(void* start, size_t length); |
| +extern size_t TCMalloc_SystemAddGuard(void* start); |
|
jar (doing other things)
2011/11/23 23:46:14
Add comment on return value.
jschuh
2011/11/24 00:05:26
Done.
|
| + |
| // The current system allocator. |
| extern PERFTOOLS_DLL_DECL SysAllocator* sys_alloc; |