Hello
norswapIn your case you will have more control on what should go to scalable allocator and what shouldn't. tbbmalloc proxy redirects _all_ application calls to scallable_malloc. But our implementation of new/delete in proxy is pretty as the same as above one.
tbbmalloc proxy is a great advantage for big projects that you can add one line to one source and get everything working.
--Vladimir