A colleague raised a question that realloc does better than free + malloc because allocated memory block is never being actually shrunk and reallocations to smaller size following by reallocations to larger (but still not larger than one of the previous) do not lead to heap locks and actual underlying heap memory block reallocations. While [...]
Archive for the ‘Uncategorized’ Category
Continuous realloc()
Posted: 29th September 2012 by Roman in Source, UncategorizedTags: C++, CRT, heap, memory, Source, Windows API
0
Website unavailability
Posted: 18th November 2010 by Roman in UncategorizedTags: data loss, hosting, incident, oops, unavailability, web
Unfortunately, the hosting provider EMC Web Hosting decided to stop service without prior notice and the website was removed without a chance to take a backup and files. Google Cache shows that there was an announcement on the website, if they could at least send an email prior to going offline it would be great. [...]
If you are searching for software or an utility: Software: check NTFS Links, DHCP Server pages WordPress Plugins: check Google Talk Sidebar Widget pages Utilities: check Utilities category and check subcategories on the sidebar If you are interested in C++ development, ATL and WTL: If you are interested in C++ DirectShow/Media Foundation development, check DirectShow [...]
