Re: OT: malloc [era: Re: OT Squid]
On Thu, Jan 17, 2002 at 07:29:18PM +0100, Ottavio Campana wrote:
> On Thu, Jan 17, 2002 at 06:18:07PM +0100, Daniele Cruciani wrote:
> > Approposito di memoria ho trovato questo in malloc(3):
> >
> > Linux follows an optimistic memory allocation strategy. This
> > means that when malloc() returns non-NULL there is no guarantee
> > that the memory really is available. In case it turns out that
> > the system is out of memory, one or more processes will be
> > killed by the infamous OOM killer.
>
> da me 'sta roba non c'è... Cosa usi, testing?
manpages-dev 1.47-7
unstable, ma penso si riferisca a Linux 2.4.xx, in potato in kernel di
default dovrebbe essere 2.2.xx, comunque se non c'e' non capisco se
2.2.xx ritorna NULL o se semplicemente non c'e' l'OOM killer.
Reply to: