added passthrough scoped_malloc impl for osx #160
osx doesn't support __thread well so scoped_malloc breaks it. Rather than fix it, we implement a correct but poorly-performing implementation for now that will be used on osx machines. fixes #160
Showing
Please register or sign in to comment