<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>y_d</author_name>
  <author_url>https://blog.hatena.ne.jp/y_d/</author_url>
  <blog_title>demouth::blog</blog_title>
  <blog_url>https://demouth.hatenablog.com/</blog_url>
  <categories>
    <anon>ActionScript3</anon>
  </categories>
  <description>私は今までPHPでサーバサイドしか触ってこなかったので、メモリの開放の方法について良く分かっていなかったのでちょっと調べてまとめてみました。まず、普段何気なく変数を使用していますが、変数とはメモリへの参照の事らしいです。 たとえば、 var str:String = &quot;hoge&quot;; とかあったら、メモリ上に”hoge”があって、そのメモリへの参照をstrが保持しているって感じらしい。だから、 str = null; ってやればメモリ上の”hoge”を参照している変数がなくなるので、メモリ上から”hoge”は消えます。 といっても、すぐに消えるのではなくガベージコレクタという機能が実行されたタイ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdemouth.hatenablog.com%2Fentry%2F20090212%2F1234452867&quot; title=&quot;ActionScript3のメモリの開放についてのまとめ - demouth::blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-02-12 00:34:27</published>
  <title>ActionScript3のメモリの開放についてのまとめ</title>
  <type>rich</type>
  <url>https://demouth.hatenablog.com/entry/20090212/1234452867</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
