This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Heap allocation on Linux
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 8 Dec 2004 09:09:29 -0600
- Subject: Re: Heap allocation on Linux
- Organization: Red Hat / Chicago
- References: <41B4AE5C.9070804@rptec.ch>
>That s a problem for our soft. What would be good is a mmap() based
>allocator:
>- Allocate an mmap chunk
>- Allocate from it
>- munmap it when all blocks are freed
See the last patch in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16612
We are just waiting for assignment.
-benjamin