2015年1月17日のブックマーク (1件)

  • Slub data structure

    2. README • このスライドは以下の点に絞ってます • SLUBのデータ構造 • slab cacheの作成 • 下記資料にあるSLUB data structuresを理解する • http://events.linuxfoundation.org/sites/events/files/ slides/slaballocators.pdf • memory control groupも絡むのですが、そこは気にしない方 向でコードリーディングしてます 3. Common variable name • slub.cでよく使われれる変数名 • このスライドでも単にcと書いている場合はstruct kmem_cache_cpuの変数 を指します • s • struct kmem_cacheの変数 • c • struct kmem_cache_cpuの変数 • n • struct k

    Slub data structure
    oyamams
    oyamams 2015/01/17