You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many developers are using hand-written custom memory allocators within their applications instead of standard memory allocator. So it would be better to support such scenario of TPF use.
The first candidate to support such thing is concurrent queue template class. I think STL-compatible allocators pattern is the best option for cross-compilation.
The text was updated successfully, but these errors were encountered:
Many developers are using hand-written custom memory allocators within their applications instead of standard memory allocator. So it would be better to support such scenario of TPF use.
The first candidate to support such thing is concurrent queue template class. I think STL-compatible allocators pattern is the best option for cross-compilation.
The text was updated successfully, but these errors were encountered: