Skip to content
  • Steffen Müthing's avatar
    [DebugAllocator] Fix to work OS X < 10.11 · 6c343630
    Steffen Müthing authored
    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.
    6c343630