搜索资源列表
memory_management
- linux内核内存管理分析,包括分页影射,kmalloc(),slab,vmalloc(),kmap-linux kernel memory management analysis
WindowsSlab
- 模仿linux内核下的slab而写。一些地址页面做了些新的工作。 高效性没什么可说的,页面,cache命中,CPU亲缘-Mimic the linux kernel written under the slab. Some addresses page to do some new work. Efficiency nothing to say, the page, cache hits, CPU affinity. .
memory-manage
- 整体分析了内存管理在驱动中提供的API,和SLAB实现机制,并给了例子-memory manage achieve example
slub
- SLUB: A slab allocator that limits cache line use instead of queuing objects in per cpu and per node lists.
slab_common
- Slab allocator functions that are independent of the allocator strategy.
slab
- Unified interface for all slab allocators.Unified interface for all slab allocators for Linux.
slub
- A slab allocator that limits cache line use instead of queuing objects in per cpu and per node lists for Linux v2.13.6.
file_table
- SLAB cache for file structures for Linux v2.13.6.
kmemcheck
- The slab-related functions for Linux v2.13.6.
direct-io
- How many user pages to map in one call to get_user_pages(). This determines the size of a structure in the slab cache.
page_alloc
- Manages the free list, the system allocates free pages here. Note that kmalloc() lives in slab.c.
slub_def
- SLUB : A Slab allocator without object queues.
slub
- Red zoning and tracking may realign the slab. We can just apply sanity checks to the dentry cache with.
signal
- SLAB caches for signal bits.
slab
- Major cleanup, different bufctl logic, per-cpu arrays.
mlme_osdep
- initialise an cookie jar slab element prior to any use.
direct-io
- How many user pages to map in one call to get_user_pages(). This determines the size of a structure in the slab cache.
file_table
- SLAB cache for file structures for Linux v2.13.6.
slab_def
- Definitions unique to the original Linux SLAB allocator.
slab
- SLAB: kmalloc size for node struct available.