-
- Downloads
[DebugAllocator] Fix to work OS X < 10.11
OS X versions older than El Capitan (10.11) do not define MAP_ANONYMOUS, but only MAP_ANON. On the other hand, MAP_ANON is deprecated on Linux. So add a preprocesser switch to make both happy.
Loading
Please register or sign in to comment