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.
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.