[profiler] Fixed GCResizeEvent value overflow (#6335)
commit3277e2be43031d1e03e934b9334ec811ee851e04
authorDavid Karlaš <david.karlas@gmail.com>
Mon, 8 Jan 2018 09:24:40 +0000 (8 10:24 +0100)
committerLudovic Henry <luhenry@microsoft.com>
Mon, 8 Jan 2018 09:24:40 +0000 (8 10:24 +0100)
tree892d39c16ac2e59d1baf2ce83005e6fbe295f16b
parentfd325223bab4daa5e150810f1ae0fab63a5d4c75
[profiler] Fixed GCResizeEvent value overflow (#6335)

In case application was using more than 2GB of heap memory it started reporting minus values because `emit_value` accepts `int`
mono/profiler/log.c