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: Heap allocation on Linux


>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


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