<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jonosuke</author_name>
  <author_url>https://blog.hatena.ne.jp/jonosuke/</author_url>
  <blog_title>廟攻</blog_title>
  <blog_url>https://jonosuke.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>C言語</anon>
    <anon>C言語の便利な関数</anon>
  </categories>
  <description>メモリリークの問題に悩まされている人は多いと思います。ガーベージコレクタを使うと、メモリ管理の煩わしさから解放されます。 Boehm GC #include &lt;gc/gc.h&gt; void GC_INIT(void); void *GC_MALLOC(size_t size); void *GC_MALLOC_ATOMIC(size_t size); void *GC_REALLOC(void *ptr, size_t size); size_t GC_get_heap_size(void); Boehm GCと呼ばれているガーベージコレクタです。Debianならlibgc-dev、MacのFi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjonosuke.hatenadiary.org%2Fentry%2F20091205%2Fp1&quot; title=&quot;ガーベージコレクタ - 廟攻&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-12-05 00:00:00</published>
  <title>ガーベージコレクタ</title>
  <type>rich</type>
  <url>https://jonosuke.hatenadiary.org/entry/20091205/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
