Re: [PATCH] Cygwin: shmat: use mmap allocator strategy on 64 bit

2019-08-08 Thread Corinna Vinschen
On Aug 8 16:06, Ken Brown wrote: > On 8/8/2019 4:55 AM, corinna-cyg...@cygwin.com wrote: > > From: Corinna Vinschen > > > > This avoids collisions of shmat maps with Windows own datastructures > > when allocating top-down. > > > > This patch moves the mmap_allocator class definition into its >

Re: [PATCH] Cygwin: shmat: use mmap allocator strategy on 64 bit

2019-08-08 Thread Ken Brown
On 8/8/2019 4:55 AM, corinna-cyg...@cygwin.com wrote: > From: Corinna Vinschen > > This avoids collisions of shmat maps with Windows own datastructures > when allocating top-down. > > This patch moves the mmap_allocator class definition into its > own files and just uses it from mmap and shmat.

Re: [PATCH] Cygwin: shmat: use mmap allocator strategy on 64 bit

2019-08-08 Thread Michael Haubenwallner
On 8/8/19 10:55 AM, corinna-cyg...@cygwin.com wrote: > From: Corinna Vinschen > > This avoids collisions of shmat maps with Windows own datastructures > when allocating top-down. > > This patch moves the mmap_allocator class definition into its > own files and just uses it from mmap and shmat.