Implement LocalReAlloc in PAL
authorstephentoub <stoub@microsoft.com>
Tue, 27 Oct 2015 03:03:04 +0000 (23:03 -0400)
committerstephentoub <stoub@microsoft.com>
Tue, 27 Oct 2015 17:22:25 +0000 (13:22 -0400)
commit2698c9960a7d87aef6d770c8a6ec203f93fe6bf9
tree7d625e7982ae8eb6938a948a1daa9076eaeff1ea
parent0bc6af101ce8905764f47880c591eb71dbae8eda
Implement LocalReAlloc in PAL

Marshal.ReAllocHGlobal is failing because it's expecting to find a LocalReAlloc implementation in libcoreclr's PAL.  This commit adds one.
src/dlls/mscoree/mscorwks_unixexports.src
src/pal/inc/pal.h
src/pal/src/memory/local.cpp