In message <[EMAIL PROTECTED]>, Dag-Erling Smorgrav writes: >This is all academic since FreeBSD does memory overcommit, so unless >you run out of address space for your process before you run out of >actual memory and/or swap (not likely, but quite possible) malloc() >will never return NULL and you won't know a thing until you dirty one >page too many and segfault. Is there any hope that, some day, a setting could be provided where a program could request that malloc *NOT* overcommit? There are programs which would rather know in advance, and clean up, than be killed abruptly. (To be pedantic, this is a conformance issue. If the memory isn't actually allocated, malloc shouldn't be returning a non-null pointer.) -s To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Setting memory allocators for library functions. Farooq Mela
- Re: Setting memory allocators for library functio... Peter Seebach
- Re: Setting memory allocators for library fun... Farooq Mela
- Re: Setting memory allocators for library... Peter Seebach
- Re: Setting memory allocators for lib... Farooq Mela
- Re: Setting memory allocators fo... Alfred Perlstein
- Re: Setting memory allocator... Farooq Mela
- Re: Setting memory alloc... Alfred Perlstein
- Re: Setting memory allocators for lib... Jonas Bulow
- Re: Setting memory allocators for library fun... Dag-Erling Smorgrav
- Re: Setting memory allocators for library... Peter Seebach
- Re: Setting memory allocators for lib... Dag-Erling Smorgrav
- Re: Setting memory allocators fo... Dag-Erling Smorgrav
- Re: Setting memory allocators fo... Peter Seebach
- Re: Setting memory allocator... Poul-Henning Kamp
- Re: Setting memory alloc... Peter Seebach
- Re: Setting memory alloc... Poul-Henning Kamp
- Re: Setting memory alloc... Peter Seebach
- Re: Setting memory alloc... Poul-Henning Kamp
- Re: Setting memory alloc... Peter Seebach
- Re: Setting memory alloc... Poul-Henning Kamp

