oneapi-src / oneTBB

oneAPI Threading Building Blocks (oneTBB)
https://oneapi-src.github.io/oneTBB/
Apache License 2.0
5.73k stars 1.02k forks source link

tbbmalloc_proxy and aligned operator new #1203

Open phprus opened 1 year ago

phprus commented 1 year ago

Please tell me does tbbmalloc_proxy supports overloading of operator new/delete with alignment (C++17)? Or not?

isaevil commented 1 year ago

@phprus I guess #1102 says that is missing. FYI @lplewa @KFilipek @ldorau