Mailing List Archive



Back to the month index Back to the list index

Joshua Dinerstein (joshua@warped.com)
Fri, 30 Apr 1999 15:53:12 -0700 (PDT)


Date: Fri, 30 Apr 1999 15:53:12 -0700 (PDT)
From: Joshua Dinerstein <joshua@warped.com>
Subject: Re: mman.h and mmap.h...where is the source?
Message-ID: <Pine.NEB.3.96.990430155227.7896A-100000@shell.warped.com>

> You could also try Joshua Dinerstein, author of the Windows port, to see
> if he can help you. I can't remember if he built a mmap using only CLIB
> or if he used Win32 Memmory-Mapped file API. At my mSQL site you can
> find a link to Joshua home page.

        It was built using only clib routines. malloc(), free() etc...
with all of the management being done manually.

        Joshua