Click here to Skip to main content
15,915,509 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnew and VirtualAlloc Pin
George_George12-Jan-08 21:42
George_George12-Jan-08 21:42 
GeneralRe: new and VirtualAlloc Pin
CPallini13-Jan-08 1:39
mveCPallini13-Jan-08 1:39 
GeneralRe: new and VirtualAlloc Pin
George_George13-Jan-08 2:39
George_George13-Jan-08 2:39 
GeneralRe: new and VirtualAlloc Pin
zengkun10013-Jan-08 4:20
zengkun10013-Jan-08 4:20 
GeneralRe: new and VirtualAlloc Pin
George_George13-Jan-08 16:32
George_George13-Jan-08 16:32 
GeneralRe: new and VirtualAlloc Pin
zengkun10013-Jan-08 23:19
zengkun10013-Jan-08 23:19 
GeneralRe: new and VirtualAlloc Pin
George_George13-Jan-08 23:20
George_George13-Jan-08 23:20 
GeneralRe: new and VirtualAlloc Pin
22491713-Jan-08 21:55
22491713-Jan-08 21:55 
Each porcess has a default heap, new operator uses heap functions that internally manages virtual memory for you. However you are free to create additional number of heaps for your process.
Where as virtual memory functions directly allocates memory in terms of pages.

There are more parts to the windows memory subsystem like Global memory and local memory also.
GeneralRe: new and VirtualAlloc Pin
George_George13-Jan-08 22:51
George_George13-Jan-08 22:51 
QuestionHow a service startup automatic? Pin
hameduser12-Jan-08 19:10
hameduser12-Jan-08 19:10 
AnswerRe: How a service startup automatic? Pin
Mark Salsbery13-Jan-08 9:20
Mark Salsbery13-Jan-08 9:20 
AnswerPlease help me Pin
hameduser13-Jan-08 19:45
hameduser13-Jan-08 19:45 
GeneralRe: Please help me Pin
22491713-Jan-08 22:17
22491713-Jan-08 22:17 
Generalopen app from shell report an error [updated] Pin
followait12-Jan-08 18:58
followait12-Jan-08 18:58 
GeneralTelnet, FTP and smtp server Pin
bigjoe11a12-Jan-08 17:04
bigjoe11a12-Jan-08 17:04 
GeneralRe: Telnet, FTP and smtp server Pin
Hamid_RT12-Jan-08 18:17
Hamid_RT12-Jan-08 18:17 
GeneralRe: Telnet, FTP and smtp server Pin
bigjoe11a13-Jan-08 4:52
bigjoe11a13-Jan-08 4:52 
GeneralRe: Telnet, FTP and smtp server Pin
Luc Pattyn13-Jan-08 5:06
sitebuilderLuc Pattyn13-Jan-08 5:06 
GeneralRe: Telnet, FTP and smtp server Pin
Hamid_RT13-Jan-08 5:16
Hamid_RT13-Jan-08 5:16 
GeneralRe: Telnet, FTP and smtp server Pin
bigjoe11a13-Jan-08 21:53
bigjoe11a13-Jan-08 21:53 
GeneralRe: Telnet, FTP and smtp server Pin
Hamid_RT13-Jan-08 5:14
Hamid_RT13-Jan-08 5:14 
GeneralRe: Telnet, FTP and smtp server Pin
Mark Salsbery13-Jan-08 9:21
Mark Salsbery13-Jan-08 9:21 
GeneralRe: Telnet, FTP and smtp server Pin
bigjoe11a13-Jan-08 21:52
bigjoe11a13-Jan-08 21:52 
GeneralRe: Telnet, FTP and smtp server Pin
Hamid_RT14-Jan-08 18:30
Hamid_RT14-Jan-08 18:30 
GeneralRe: Telnet, FTP and smtp server Pin
bigjoe11a15-Jan-08 8:14
bigjoe11a15-Jan-08 8:14 

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.