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

C / C++ / MFC

 
QuestionMouseHover effect on ListBox Pin
AbhiHcl8-Jul-10 2:52
AbhiHcl8-Jul-10 2:52 
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 
Again it depends on the OS.

In window, usually a process can take only 2GB of memory( User mode ), the remaining 2GB is reserved for Kernal mode.

Again among this 2GB, some memory will be already taken by process, for loading exe, dll, heap, stack etc. So technically, the maximum about of memory that you can specify in malloc is always less than 2GB and the excat value depends on various factors I mentioned above.

I dont know about Linux Frown | :(

AnswerRe: malloc limitations Pin
David Crow8-Jul-10 3:11
David Crow8-Jul-10 3:11 
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 

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.