On Sat, 28 Jul 2001, Padraig Brady wrote:
> 1. If you don't have access to the code of the shared libs they
> will use standard malloc calls which mmalloc will map to standard
> allocations in a (global?) sbrk managed region. I.E. you won't be
> able to throw away this heap.
see the mmalloc() docs. it allocates memory from a heap obtained via
mmap() (mmaping what i don't know). so it's a seperate heap from the
glibc sbrk() ones.
(also glibc allocates 2 heaps iirc, one from sbrk() used to satisfy
small malloc() requests and one via mmap() for large malloc()
requests. there was a recent discussion on l-k about i386 user memory
layout - check it out).
> Padraig.
>> kevin lyda wrote:
--paulj
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!