> On Tue, 15 Jul 1997 16:52:15 +0300 > Jukka Marin <jmarin@pyy.jmp.fi> wrote: > > > BTW, does our libc use mmap() and munmap() when malloc() is called? > > Or is it the X server which calls these routines? > > The X server; our malloc() doesn't use mmap(2). The X server is linked with GNU malloc. cgd