| Index: third_party/tcmalloc/chromium/src/heap-checker.cc
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/heap-checker.cc (revision 88314)
|
| +++ third_party/tcmalloc/chromium/src/heap-checker.cc (working copy)
|
| @@ -2133,7 +2133,7 @@
|
| }
|
|
|
| // Important to have this to catch the first sbrk call (say from tcmalloc):
|
| -extern void InitialMallocHook_Sbrk(const void* result, ptrdiff_t increment) {
|
| +extern void InitialMallocHook_Sbrk(const void* result, std::ptrdiff_t increment) {
|
| InitHeapLeakCheckerFromMallocHook();
|
| // record this first sbrk as well (if we need to):
|
| MallocHook::InvokeSbrkHook(result, increment);
|
|
|