Guest User

Untitled

a guest
Dec 9th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --- ruby-enterprise-1.8.7-2012.02/source/distro/google-perftools-1.7/src/tcmalloc.cc 2012-02-19 15:09:11.000000000 +0100
  2. +++ ruby-enterprise-1.8.7-2012.02/source/distro/google-perftools-1.7/src/tcmalloc.cc 2012-07-05 13:34:17.677491684 +0200
  3. @@ -1669,5 +1669,5 @@
  4. MallocHook::InvokeNewHook(result, size);
  5. return result;
  6. }
  7. -void *(*__memalign_hook)(size_t, size_t, const void *) = MemalignOverride;
  8. +void *(* volatile __memalign_hook)(size_t, size_t, const void *) = MemalignOverride;
  9. #endif // #ifndef TCMALLOC_FOR_DEBUGALLOCATION
Add Comment
Please, Sign In to add comment