This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std::vector's freestore management
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Daniel Kostecky <dk at kotelna dot sk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 4 Jul 2002 11:51:53 -0700
- Subject: Re: std::vector's freestore management
- Organization: Red Hat / San Francisco
- References: <20020408204751.A25230@kotelna.sk><20020704184317.GA10465@kotol.kotelna.sk>
- Reply-to: bkoz at redhat dot com
> http://www.kotelna.sk/dk/sw/caphint/caphint-020704.tar.gz
>
> Key features:
>
> - derived from the gcc-3.1 std::vector implementation
> - a separate namespace used, called 'dk_std'
> - when used instead of std::vector should behave identically
> - caphint support for resize-like operations
> - a separate caphint instance member per each dk_std::vector instance
Wow. This is a cool idea, thanks for posting it. Is it ok if a link to
this is put in the 23_containers FAQ?
-benjamin