• Leif Walsh's avatar
    added passthrough scoped_malloc impl for osx #160 · 5a61f344
    Leif Walsh authored
    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
    5a61f344
scoped_malloc.cc 8.09 KB