Re: Variable-sized lines of text in linked list



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
.



Relevant Pages

  • Re: Code density and performance?
    ... programs for better virtual memory characteristics. ... 370 was initially announced with only real storage. ... packing in small real storage configurations. ... size was more than offset by the overhead of the smaller disk transfer ...
    (comp.arch)
  • Re: Virtual memory
    ... A common cause of low virtual memory message is that you have insufficient ... How large is your hard disk and how much free ... The Windows XP files alone can take around 3 gb. ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Recd pop up notice re virtual memory
    ... At present the free disk space of 10 gb exceeds 50%, ... Performance Settings, Advanced, Virtual Memory, Change and place the ... "system managed size" will that let Windows allot the correct memory ... How large is your hard disk and how much free disk space. ...
    (microsoft.public.windowsxp.basics)
  • Re: Recd pop up notice re virtual memory
    ... With regards to doing the disk clean-up the last time ... A hard drive of 18.6 gb is unusually small as hard drives go today. ... Performance Settings, Advanced, Virtual Memory, Change and place the ... How large is your hard disk and how much free disk space. ...
    (microsoft.public.windowsxp.basics)
  • Re: Is Greenspun enough?
    ... > George Neuner wrote: ... >> Seriously, you need to read up on MMUs, virtual memory and demand ... > that they cache everything from disk, ... The caching sometimes happens at first access, and not at mmap time. ...
    (comp.lang.lisp)