*参照元 [#p3660557]
#backlinks

*説明 [#b7683994]
-パス: [[linux-2.6.33/mm/slob.c]]

-FIXME: これは何?
--説明


**参考 [#nf7481c7]


*実装 [#u5cf1b19]
 /*
  * slob_block has a field 'units', which indicates size of block if +ve,
  * or offset of next block if -ve (in SLOB_UNITs).
  *
  * Free blocks of size 1 unit simply contain the offset of the next block.
  * Those with larger size contain their size in the first SLOB_UNIT of
  * memory, and the offset of the next free block in the second SLOB_UNIT.
  */
 #if PAGE_SIZE <= (32767 * 2)
-
--[[linux-2.6.33/PAGE_SIZE]]

 typedef s16 slobidx_t;
-16bit 符号付き整数

 #else
 typedef s32 slobidx_t;
-32bit 符号付き整数

 #endif


*コメント [#c02e92d7]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS