<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cubicdaiya</author_name>
  <author_url>https://blog.hatena.ne.jp/cubicdaiya/</author_url>
  <blog_title>考える人、コードを書く人</blog_title>
  <blog_url>https://bokko.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>http://github.com/cubicdaiya/mpool Cで至極簡単なメモリプールを実装してみた。 使い方はこんな感じ。(↑のgithubのexamplesにあるのと同じ物) #include &lt;stdio.h&gt; #include &lt;string.h&gt; #include &lt;mpool.h&gt; int main (int argc, char *argv[]) { mpool_t *pool; int *n = NULL; int *m = NULL; char *c = NULL; char *s1 = NULL; char *s2 = NULL; const char *name…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbokko.hatenablog.com%2Fentry%2F20091101%2F1257048456&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-11-01 13:07:36</published>
  <title>メモリプール</title>
  <type>rich</type>
  <url>https://bokko.hatenablog.com/entry/20091101/1257048456</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
