views:

49

answers:

0

Hello, I'm wondering if tbb:concurrent_queue can grow its internal buffers when it's under high load, and then not release the buffers?

How to obtain any information about the buffers and/or release them?

PS. In vector, you have methods like .reserve() to allocate and .swap(vector()) to completely release any buffers.