oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

Stateful allocator support for concurrent_queue and concurrent_bounde…

Open YexuanXiao opened this issue 5 months ago • 0 comments

…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

YexuanXiao avatar Sep 23 '24 05:09 YexuanXiao