Re: size of huge memory

From: Emmanuel Delahaye (emdelYOURBRA_at_noos.fr)
Date: 03/24/04


Date: 24 Mar 2004 22:07:23 GMT

In 'comp.lang.c', malikguna@yahoo.com (guna) wrote:

> can anyone tell me what is size of huge memory area? can
> we expand the memory size to load huge amount of data? if possible how
> to do that?

What exactly is your question about the C language?

-- 
-ed- emdelYOURBRA@noos.fr [remove YOURBRA before answering me]
The C-language FAQ: http://www.eskimo.com/~scs/C-faq/top.html
C-reference: http://www.dinkumware.com/manuals/reader.aspx?lib=cpp
FAQ de f.c.l.c : http://www.isty-info.uvsq.fr/~rumeau/fclc/


Relevant Pages

  • Re: managed pool question
    ... You might get out-of-memory errors. ... > and I will load it all at once in loading time. ... > the amount of resources that will be loaded all at once is ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: sizeof([ALLOCATED MEMORY])
    ... create_array_shortmay request only N*sizeof ... much memory it actually received, then it makes perfect sense to set ... for, when you expand the array, you'll get access to it. ... On average, you'll perform the same number of reallocs with or without this optimization unless you're expanding by a very small amount each time, in which case a large fraction of your reallocs will be no-ops for the implementation. ...
    (comp.lang.c)
  • Re: RFC: x86: relocatable kernel changes (revised spec)
    ... This field indicates the amount of linear contiguous memory starting ... kernel needs before it is capable of examining its memory map. ... select a safe load address for the kernel. ...
    (Linux-Kernel)
  • Re: memory leak in asp 2.0
    ... Almost certainly the problem is in storing large amount of data in session ... I expected that it will get some amount of memory, ... I call each time 'Page unload' when I load new page but never when I close ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Storing data in memory vs reading data from a file
    ... opt to load only the data needed, but in the end performance is a subjective ... cars but the application only displays information about one car at a time. ... in terms of access speed and limiting the amount of memory ... amount of memory required. ...
    (microsoft.public.pocketpc.developer)