This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Are these files used anywhere?


On Tue, Nov 27, 2001 at 12:35:20AM -0600, Loren James Rittle wrote:
> > I think maybe I'll just move them into 'backward' instead of removing
> > them altogether.
> 
> If you move them, seems that it should be 'ext' not 'backward'.

Good idea.  I also want to make a new <ext/memory> header, containing the
temporary_buffer extension class from SGI, and making all the other names
available to users, like

  namespace __gnu_cxx
  {
    typedef  ::std::__single_client_alloc  single_client_alloc;
    typedef  ::std::__debug_alloc          debug_alloc;
    ...
  }

Dunno what namespace should be used for pthread_allocimpl.h, the
temporary_buffer class, etc.


> However, I think promoting the allocator provided by that header to
> the same status as __malloc_alloc_template and __new_alloc, etc

Not sure what you're suggesting by "promoting to the same status".  I'm up
for including it in that list above, and then advertising an allocator
with a per-thread free list, if that's what you had in mind?


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]