GPL C++ allocator
Marc D Bumble
bumble@isd.net
Tue Jul 11 15:30:00 GMT 2000
Hi Bradley,
my c++ shared pool GNU-Linux allocator and a sample main program are
enclosed in the mime .tgz tar-ball. Its an allocator which follows
section 19.4 of Bjarne Stroustrup's 3rd edition C++ manual. Its been
tested on GNU-Linux with STLPORT. Thanks for the interest. I hope
you find it of value.
marc
>
> Marc D Bumble wrote:
>
> > I needed and wrote a C++ allocator which allocates shared pooled
> > memory. The allocator has been well tested with both the gcc and
> > stlport libraries. I contacted www.stlport.org, and they suggested
> > submitting the code instead to www.boost.org. However, that site does
> > not accept code copylefted under GPL. This code is GPL, and I would
> > like it to remain that way or become LGPL if more desirable. I love
> > GNU and this is hopefully some pay-back. Can anyone recommend a GPL
> > C++ library group which would be interested in accepting my allocator?
>
> Please send your offer to <bug-g++@gnu.org> and/or <bug-gcc@gnu.org>. If
> they are not able to use it, it might be possible to package your library
> separately as a separate GNU program
> ( http://www.gnu.org/philosophy/categories.html#GNUprograms ). If you are
> interested in the latter path, please let me know, once you have discussed
> the issue with <bug-g++@gnu.org> and/or <bug-gcc@gnu.org>.
>
> --
> Bradley M. Kuhn, Assistant to Richard Stallman
> Free Software Foundation | Phone: +1-617-542-5942
> 59 Temple Place, Suite 330 | Fax: +1-617-542-2652
> Boston, MA 02111-1307 USA | Web: http://www.gnu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allocator.tgz
Type: application/x-gzip
Size: 21093 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000711/41d6e6f4/attachment.bin>
More information about the Gcc-bugs
mailing list