<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiboma</author_name>
  <author_url>https://blog.hatena.ne.jp/hiboma/</author_url>
  <blog_title>hibomaの日記</blog_title>
  <blog_url>https://hiboma.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>kvm のソースを読んでたら kvm_kvzalloc() なる関数が出てきた /* * Avoid using vmalloc for a small buffer. * Should not be used when the size is statically known. */ void *kvm_kvzalloc(unsigned long size) { if (size &gt; PAGE_SIZE) return vzalloc(size); else return kzalloc(size, GFP_KERNEL); } 割り当てたいサイズによって vzalloc() と kzal…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiboma.hatenadiary.jp%2Fentry%2F2016%2F11%2F25%2F125004&quot; title=&quot;__GFP_ZERO と 0 初期化 - hibomaの日記&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>2016-11-25 12:50:04</published>
  <title>__GFP_ZERO と 0 初期化</title>
  <type>rich</type>
  <url>https://hiboma.hatenadiary.jp/entry/2016/11/25/125004</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
