oneTBB
oneTBB copied to clipboard
Stateful allocator support for concurrent_queue and concurrent_bounde…
…d_queue
Description
Add support for allocator propagation to concurrent_queue and concurrent_bounded_queue, and use the allocator’s construct function instead of placement new.
Type of change
- [ ] bug fix - change that fixes an issue
- [x] new feature - change that adds functionality
- [ ] tests - change in tests
- [ ] infrastructure - change in infrastructure and CI
- [ ] documentation - documentation update
Tests
- [ ] added - required for new features and some bug fixes
- [x] not needed
Documentation
- [ ] updated in # - add PR number
- [ ] needs to be updated
- [x] not needed
Breaks backward compatibility
- [ ] Yes
- [x] No
- [ ] Unknown