PDA

View Full Version : Virtual Memory in Qt 4.2.2



Shuchi Agrawal
5th March 2007, 07:48
hi all,
i want to know tht is there any class or any feature of Qt 4.2.2 to handle virtual memory explicity. or any info regarding Virtual memory in Qt 4.2.2
i couldn't find any info on this topic.
thanks to all..

wysota
5th March 2007, 09:59
What do you want to do with VM? This is something the system handles and is transparent to applications, isn't it?

Shuchi Agrawal
5th March 2007, 10:33
yes. you are right. thanks :-)
can anyone enlighten me that can we know that which API of Qt is using which system call. i actually want to know the difference in behaviour of Qt on window and linux and what leads to the difference.

jacek
5th March 2007, 23:38
i actually want to know the difference in behaviour of Qt on window and linux and what leads to the difference.
What difference? C++ has built-in operators that handle memory allocation and deallocation.