Click here to Skip to main content
15,896,359 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 7:06
Divya Rathore19-Sep-11 7:06 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Code-o-mat19-Sep-11 7:45
Code-o-mat19-Sep-11 7:45 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Randor 19-Sep-11 20:11
professional Randor 19-Sep-11 20:11 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 22:46
Divya Rathore19-Sep-11 22:46 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Rajesh R Subramanian20-Sep-11 2:24
professionalRajesh R Subramanian20-Sep-11 2:24 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Erudite_Eric19-Sep-11 22:24
Erudite_Eric19-Sep-11 22:24 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 22:54
Divya Rathore19-Sep-11 22:54 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Erudite_Eric19-Sep-11 23:25
Erudite_Eric19-Sep-11 23:25 
OK, so in fact you can allocate a massive chunk of memory, because the system will page it out for you if it cant physically fit in RAM. (It will page it out in pages, 4k chunks, so you might want to organise your memory usage so commonly used stuff is on the same page(s) in order to keep it resident in memory)
==============================

Nothing to say.

GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Code-o-mat20-Sep-11 2:14
Code-o-mat20-Sep-11 2:14 
Questionupdating the label text Pin
sarfaraznawaz19-Sep-11 3:09
sarfaraznawaz19-Sep-11 3:09 
QuestionRe: updating the label text Pin
David Crow19-Sep-11 3:20
David Crow19-Sep-11 3:20 
AnswerRe: updating the label text Pin
sarfaraznawaz19-Sep-11 4:01
sarfaraznawaz19-Sep-11 4:01 
GeneralRe: updating the label text [modified] Pin
enhzflep19-Sep-11 4:34
enhzflep19-Sep-11 4:34 
QuestionRe: updating the label text Pin
David Crow19-Sep-11 4:37
David Crow19-Sep-11 4:37 
GeneralRe: updating the label text Pin
Malli_S19-Sep-11 19:51
Malli_S19-Sep-11 19:51 
AnswerRe: updating the label text Pin
Richard MacCutchan19-Sep-11 4:03
mveRichard MacCutchan19-Sep-11 4:03 
QuestionDLL Pin
john563219-Sep-11 2:14
john563219-Sep-11 2:14 
AnswerRe: DLL Pin
QuickDeveloper19-Sep-11 2:36
QuickDeveloper19-Sep-11 2:36 
AnswerRe: DLL Pin
Malli_S19-Sep-11 2:43
Malli_S19-Sep-11 2:43 
GeneralRe: DLL Pin
john563219-Sep-11 21:55
john563219-Sep-11 21:55 
QuestionCan a VC++ application be converted to the web? Pin
DanYELL18-Sep-11 10:20
DanYELL18-Sep-11 10:20 
AnswerRe: Can a VC++ application be converted to the web? Pin
CPallini18-Sep-11 22:49
mveCPallini18-Sep-11 22:49 
GeneralRe: Try Windows Azure Pin
Software_Developer18-Sep-11 23:49
Software_Developer18-Sep-11 23:49 
GeneralRe: Replying to the OP Pin
Rajesh R Subramanian19-Sep-11 21:20
professionalRajesh R Subramanian19-Sep-11 21:20 
AnswerRe: Can a VC++ application be converted to the web? Pin
Erudite_Eric19-Sep-11 0:22
Erudite_Eric19-Sep-11 0:22 

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.