Re: Variable-sized lines of text in linked list
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 29 Feb 2008 22:03:37 GMT
In article <8763w7304p.fsf@xxxxxxxxxxxxxxxx>,
Ben Pfaff <blp@xxxxxxxxxxxxxxx> wrote:
At the same time bear in mind that many, if not most, general
systems today supply virtual memory. That means that malloc won't
run out of space until the disk does, to all practical purposes.
My PC here has 160 GB of free disk space, but only 3 GB of
virtual address space is available to any given application at a
time, so that is not remotely true.
And virtual memory is not necessarily all-you-can-eat. Many systems
have pre-allocated swap space.
-- Richard
--
:wq
.
- References:
- Variable-sized lines of text in linked list
- From: Scottman
- Re: Variable-sized lines of text in linked list
- From: Bartc
- Re: Variable-sized lines of text in linked list
- From: CBFalconer
- Re: Variable-sized lines of text in linked list
- From: Ben Pfaff
- Variable-sized lines of text in linked list
- Prev by Date: Re: printf() causes core dump
- Next by Date: Re: Is there stack associated when a executing an inline function?
- Previous by thread: Re: Variable-sized lines of text in linked list
- Next by thread: Re: Variable-sized lines of text in linked list
- Index(es):
Relevant Pages
|