Showing posts with label memory. Show all posts
Showing posts with label memory. Show all posts

Friday, August 1, 2014

Google Chrome:: --purge-memory-button









Open up the shortcut for Chrome (if Pinned on Windows 7, Shift+Right-Click for the context menu), and then add the following—note that there should be two dashes there.

http://www.howtogeek.com/howto/7416/how-to-purge-memory-in-google-chrome/


For another Dropbox multiple acc

Monday, March 22, 2010

Struct vs Union




A structure is a collection of items of different types; and each data item will have its own memory location.

An union allocates for each item in a shared memory location i.e., only one memory location will be shared by the data items of union. Size of union will be the size of the biggest variable.





Labels