{"id":137,"date":"2014-07-04T16:32:24","date_gmt":"2014-07-04T16:32:24","guid":{"rendered":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/?page_id=137"},"modified":"2014-07-15T08:47:24","modified_gmt":"2014-07-15T08:47:24","slug":"memory-management","status":"publish","type":"page","link":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/?page_id=137","title":{"rendered":"Memory management"},"content":{"rendered":"<p>Contrarily to all versions of OrchIDS &lt;=1.1, OrchIDS 2.0 has <em>garbage-collected<\/em> memory.<\/p>\n<p>This means that you still allocate memory, but do <em>not<\/em> deallocate it explicitly. This imposes a certain number of constraints on the way you program.<\/p>\n<ul>\n<li>See the <a title=\"Garbage collection\" href=\"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/?p=18\">garbage collection<\/a> post for a description of the internals of the garbage collector.<\/li>\n<li>See the <a title=\"Writing functions that allocate memory\" href=\"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/?p=150\">writing functions that allocate memory<\/a> post for an introduction to the delicate art of writing functions that allocate memory in the presence of the garbage collector.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Contrarily to all versions of OrchIDS &lt;=1.1, OrchIDS 2.0 has garbage-collected memory. This means that you still allocate memory, but do not deallocate it explicitly. This imposes a certain number of constraints on the way you program. See the garbage collection post for a description of the internals of the garbage collector. See the writing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-137","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/pages\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=137"}],"version-history":[{"count":3,"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/pages\/137\/revisions"}],"predecessor-version":[{"id":156,"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=\/wp\/v2\/pages\/137\/revisions\/156"}],"wp:attachment":[{"href":"https:\/\/projects.lsv.ens-paris-saclay.fr\/orchidsdev\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}