Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MouseHover effect on ListBox Pin
Code-o-mat8-Jul-10 3:40
Code-o-mat8-Jul-10 3:40 
GeneralRe: MouseHover effect on ListBox Pin
AbhiHcl8-Jul-10 19:59
AbhiHcl8-Jul-10 19:59 
GeneralRe: MouseHover effect on ListBox Pin
Code-o-mat8-Jul-10 21:34
Code-o-mat8-Jul-10 21:34 
Questionmalloc limitations Pin
rupeshkp7288-Jul-10 2:25
rupeshkp7288-Jul-10 2:25 
AnswerRe: malloc limitations Pin
Niklas L8-Jul-10 2:29
Niklas L8-Jul-10 2:29 
GeneralRe: malloc limitations Pin
rupeshkp7288-Jul-10 2:32
rupeshkp7288-Jul-10 2:32 
GeneralRe: malloc limitations Pin
Naveen8-Jul-10 3:25
Naveen8-Jul-10 3:25 
AnswerRe: malloc limitations Pin
David Crow8-Jul-10 3:11
David Crow8-Jul-10 3:11 
rupeshkp728 wrote:
We know that in a 32 bit system a 4 gb memory gets allocated to a process.


It's 2GB unless the /3GB startup switch is used.

rupeshkp728 wrote:
So how much maximum memory can be allocated using a malloc function call?


Since it has to be contiguous, no more than 2GB, but realistically it will be less.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Man who follows car will be exhausted." - Confucius


AnswerRe: malloc limitations Pin
rupeshkp7288-Jul-10 3:22
rupeshkp7288-Jul-10 3:22 
AnswerRe: malloc limitations Pin
Aescleal8-Jul-10 4:59
Aescleal8-Jul-10 4:59 
GeneralRe: malloc limitations Pin
rupeshkp7288-Jul-10 5:55
rupeshkp7288-Jul-10 5:55 
Questionhash tables concepts Pin
rupeshkp7288-Jul-10 2:21
rupeshkp7288-Jul-10 2:21 
AnswerRe: hash tables concepts Pin
Chris Losinger8-Jul-10 2:24
professionalChris Losinger8-Jul-10 2:24 
GeneralRe: hash tables concepts Pin
rupeshkp7288-Jul-10 2:27
rupeshkp7288-Jul-10 2:27 
QuestionApplication Crash Pin
T.RATHA KRISHNAN8-Jul-10 1:19
T.RATHA KRISHNAN8-Jul-10 1:19 
AnswerRe: Application Crash PinPopular
Code-o-mat8-Jul-10 1:23
Code-o-mat8-Jul-10 1:23 
AnswerRe: Application Crash Pin
Cedric Moonen8-Jul-10 1:26
Cedric Moonen8-Jul-10 1:26 
AnswerRe: Application Crash Pin
Aescleal8-Jul-10 1:57
Aescleal8-Jul-10 1:57 
QuestionMessage Removed Pin
8-Jul-10 0:56
gmallax8-Jul-10 0:56 
AnswerRe: load string Pin
CPallini8-Jul-10 1:01
mveCPallini8-Jul-10 1:01 
QuestionMessage Removed Pin
7-Jul-10 22:38
T.RATHA KRISHNAN7-Jul-10 22:38 
AnswerRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:39
Cedric Moonen7-Jul-10 22:39 
GeneralRe: Copying Array elements to a Structure Pin
T.RATHA KRISHNAN7-Jul-10 22:46
T.RATHA KRISHNAN7-Jul-10 22:46 
GeneralRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:50
Cedric Moonen7-Jul-10 22:50 
AnswerRe: Copying Array elements to a Structure Pin
Niklas L7-Jul-10 22:46
Niklas L7-Jul-10 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.