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

Problem with scalable allocators and Thread checker.

Nickolai_Knyazev__In
225 Views

Thread checker give a lot of data race errors(Write after read, write after write, read after write etc.).

Errors on reading(and writing) independent variables, at first sight. If I dont use the scalable allocators(scalable_malloc and scalable_free), and use common allocators errors aren't present.

Help to understand a situation, please.

0 Kudos
0 Replies
Reply