Skip to content

Commit 35b9fe6

Browse files
dnmokhovaepanchi
andauthored
Add info about TBBBind and custom allocators to known limitations (#1666)
Co-authored-by: Alexandra <[email protected]>
1 parent 6e78ddb commit 35b9fe6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/main/intro/limitations.rst

+7
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ Incorrect Installation Location
5454
**Limitation:** oneTBB does not support ``fork()``.
5555

5656
**Solution:** To work-around the issue, consider using ``task_scheduler_handle`` to join oneTBB worker threads before using ``fork()``.
57+
58+
Dynamic Malloc Replacement and Topology API Incompatibilities
59+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60+
61+
**Limitation:** On Linux* OS, using dynamic malloc replacement with ``tbb::info`` and ``tbb::task_arena::constraints`` APIs may result in runtime failures.
62+
63+
**Solution:** Set ``TBB_ENABLE_SANITIZERS=1`` in the environment. This informs that dynamic malloc replacement is used.

0 commit comments

Comments
 (0)