Re: [HACKERS] mmap and MAP_ANON

Поиск
Список
Период
Сортировка
От ocie@paracel.com
Тема Re: [HACKERS] mmap and MAP_ANON
Дата
Msg-id 9805121940.AA05201@dolomite.paracel.com
обсуждение исходный текст
Ответ на Re: [HACKERS] mmap and MAP_ANON  (Hannu Krosing <hannu@trust.ee>)
Список pgsql-hackers
Hannu Krosing wrote:
>
> ocie@paracel.com wrote:
> >
> > Bruce Momjian wrote:
> > >
> > > Would people tell me what platforms do NOT support the MAP_ANON flag to
> > > the mmap() system call?  You should find it in the mmap() manual page.
> >
> > Doesn't seem to appear in Linux (2.0.30 kernel).  As another poster
> > commented, /dev/zero can be mapped for anonymous memory.
>
> although 'man mmap' does not say it, it is present in sys/mman.h on
> linux (at least 2.0.33)

It appears there, but using it causes mmap to return EINVAL.

Ocie

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: outnode error in current source
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Unusual notices in latest snapshot