{"id":5324,"date":"2014-03-30T20:43:00","date_gmt":"2014-03-30T20:43:00","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/__int64-vs-int-memory-managed-collection-of-common-programming-errors\/"},"modified":"2014-03-30T20:43:00","modified_gmt":"2014-03-30T20:43:00","slug":"__int64-vs-int-memory-managed-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/__int64-vs-int-memory-managed-collection-of-common-programming-errors\/","title":{"rendered":"__int64 vs int &#8211; Memory Managed-Collection of common programming errors"},"content":{"rendered":"<p>The runtime will not always release memory back to the OS, it&#8217;ll keep memory around in case it&#8217;s needed in the future. Sometimes the memory is quite a bit fragmented as well, so there&#8217;s no easy way to release it back to the OS.<\/p>\n<p>The allocator will usually reserve memory in (bigger than your program allocates) chunks, so looking at memory usage might not reflect the memory allocation and deallocation of your program.<\/p>\n<p>It&#8217;s all virtual memory anyhow, so it doesn&#8217;t matter as much as exhausting the physical memory of your machine.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The runtime will not always release memory back to the OS, it&#8217;ll keep memory around in case it&#8217;s needed in the future. Sometimes the memory is quite a bit fragmented as well, so there&#8217;s no easy way to release it back to the OS. The allocator will usually reserve memory in (bigger than your program [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5324","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=5324"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5324\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=5324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=5324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=5324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}