oneapi-src / oneTBB

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

tbbmalloc_proxy and aligned operator new #1203

Open phprus opened 12 months ago

phprus commented 12 months ago

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

isaevil commented 12 months ago

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