This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


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

Re: GC and continuations


Michael Livshin <mlivshin@bigfoot.com> writes:

> [ note that changing the Guile allocator to use mmap or brk could be a 
>   worthwhile project. 

Doesn't malloc() use brk to allocate memory?   I think there is
a malloc replacement called mmalloc() (or so) which uses mmap instead
of brk.  


Jost

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