Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7767: lockfree queue allocation problem
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-05 15:07:27
#7767: lockfree queue allocation problem
-----------------------------------------+----------------------------------
Reporter: pn.suzuki.kojiro@⦠| Owner: timblechmann
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: lockfree
Version: Boost Development Trunk | Severity: Problem
Resolution: invalid | Keywords:
-----------------------------------------+----------------------------------
Comment (by timblechmann):
if you don't specify a capacity, internal nodes have to be allocated
during push() or pop() ... since memory allocation is not lock-free the
data-structure is not lock-free anymore ...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7767#comment:5> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC