Hi, On Wed, Apr 10, 2002 at 01:48:08PM +0300, Ognyan Kulev wrote: > The second question is about using mmap/munmap instead of > vm_allocate/vm_deallocate. In pq.[ch] they are mixed, there is no > consistency. What is the reason to prefer `mmap' to `vm_allocate'? Is > there a policy about that?
Some translators use the libc functions (malloc, mmap, etc.) while others only use the `native' allocation functions like vm_allocate(). Since libc calls are wrappers to vm_*, shouldn't be better to use vm_* in any Hurd-specific code (such as translators)? Cheers, Ludovic. _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
