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

What is tbbmalloc_s.lib?

Ritwik_D_1
Beginner
350 Views

I am seeing this library under the vc14 directory. It is not present in the vc12 or previous versions. Is this a static library and does not require linking to the dynamic library (tbbmalloc.dll)?

 

 

 

0 Kudos
3 Replies
Vladimir_P_1234567890
350 Views

Hello,

right, this is the static library. It was added to the package by mistake and will be removed. thanks for reporting this.

--Vladimir

0 Kudos
Ritwik_D_1
Beginner
350 Views

Also what is the difference between the vc12 and vc12_ui folders?

0 Kudos
Vladimir_P_1234567890
350 Views

*_ui folders contain binaries for windows store apps. vc12 folder contains regular binaries for desktop apps

0 Kudos
Reply