"Butler, Gerald" <[EMAIL PROTECTED]> writes:

> How do you make the copy/move of the object from one location in
> memory and the update of the pointer to the pointer ATOMIC? If you
> don't, it doesn't matter how many layers of indirection you have, it
> will still be a problem....  ;^)

You only do it during allocation so nothing outside the allocator sees
anything move. 

Reply via email to