On Jul 16 09:12, Anton Ertl wrote:
> Anton Ertl wrote:
> >
> > On Windows 9x/ME different calls to mmap sometimes produce the same
> > address (without that memory being unmapped in the meantime, at least
> > not by application code).
>
> You find a condensed test program below.
>
> On Windows M
Anton Ertl wrote:
>
> On Windows 9x/ME different calls to mmap sometimes produce the same
> address (without that memory being unmapped in the meantime, at least
> not by application code).
You find a condensed test program below.
On Windows ME with cygwin1.dll 1.5.10 it outputs:
try mmap($0, $
On Windows 9x/ME different calls to mmap sometimes produce the same
address (without that memory being unmapped in the meantime, at least
not by application code). Here's a trace of the application calls to
mmap (on WME):
try mmap($0, $400038, ..., MAP_ANON, ...); success, address=$8395
try m
3 matches
Mail list logo