std::vector's freestore management

Daniel Kostecky dk@kotelna.sk
Thu Jul 4 11:43:00 GMT 2002


Dear developers,

The first version of the patched std::vector, called dk_std::vector,
is available at

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

The code is considered early alpha and is provided AS IS.
It was tested briefly and seems to work fine.

Regards,

Daniel Kostecky

Ref.: http://gcc.gnu.org/ml/libstdc++/2002-04/msg00105.html

-- 
Daniel Kostecky, dk@kotelna.sk



More information about the Libstdc++ mailing list