1e6 Subj : Re: A question about atomic_ptr To : comp.programming.threads From : Peter Dimov Date : Sat Apr 16 2005 03:57 pm Chris Thomasson wrote: > So, atomic_ptr for PPC-64 needs to have some sort of static/tracked > storage wrt atomic_ptr_ref's? You can get around all of that by > allocating static or "collected" arrays of atomic_ptr_ref's. Then you > would use the index to atomic_ptr_ref as the "pointer" to it. But what happens when the static array overflows? . 0