Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

How debug memory allocation

renorm
Beginner
296 Views
Does valgrind work with TBB allocators? If not, what are the alternatives.

Thank you.


0 Kudos
1 Reply
Alexandr_K_Intel1
296 Views
According to my understanding, Valgrind is not supporting TBB allocator. You can try to use Intel Inspector XE for Linux, which has support.
0 Kudos
Reply