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: std::vector's freestore management


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


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