$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Memory Managed Pointer] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-26 04:00:40
On 4/25/2011 11:45 PM, Rutger ter Borg wrote:
>
> If I understood correctly, it's a pointer that
>
> 1) counts references from the stack or data segment only
> 2) auto-unites different "sets"
>
> So maybe something along the line of "heap_set_ptr" covers its
> functionality. I'm curious about the union behaviour: couldn't this be
> causing a huge delay for deallocation? Can it be turned off?
To answer your question, unifications are very unlikely to start with
and they cannot be turned off.
-Phil