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