| Index: third_party/tcmalloc/chromium/src/memory_region_map.h
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/memory_region_map.h (revision 88058)
|
| +++ third_party/tcmalloc/chromium/src/memory_region_map.h (working copy)
|
| @@ -323,7 +323,7 @@
|
| static void MremapHook(const void* result, const void* old_addr,
|
| size_t old_size, size_t new_size, int flags,
|
| const void* new_addr);
|
| - static void SbrkHook(const void* result, ptrdiff_t increment);
|
| + static void SbrkHook(const void* result, std::ptrdiff_t increment);
|
|
|
| // Log all memory regions; Useful for debugging only.
|
| // Assumes Lock() is held
|
|
|