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

When will TBB examples to be updated with new features?

missing__zlw
Beginner
242 Views
I am looking for examples on how to use memory_pool. It seems the package coming with 4.0 doesn't have it in examples.
Could that be updated?
Also, the scalable_allocator examples are the same since 2.0+, could we get some more varieties, especially some examples that we can compare performance with conventional memory allocator.

Thanks.
0 Kudos
3 Replies
Vladimir_P_1234567890
242 Views
Hello,
Depends on a feature example might be added when feature is converted from preview feature to mature feature
Usage scenarios can be found in appropriate unit tests.
Regarding malloc pool CPF you can found some usage examples in our blogs
thanks,
--Vladimir
0 Kudos
missing__zlw
Beginner
242 Views
Thanks for the link.
Another question: under test, why some are only for __APPLE__, one example is the test_inits_loop.cpp.
Where is its corresponding Linux version?
0 Kudos
RafSchietekat
Valued Contributor III
242 Views
"one example is the test_inits_loop.cpp"
See thread "test_inits_loop, only for OSX ?."
0 Kudos
Reply