First page Back Continue Last page Summary Graphic
Memory Management 2
kmem_cache_create, kmem_cache_alloc: Allocation of multiple, same-sized objects
vmalloc(): Large memory allocations
Before using: mem_map_reserve for each page, vmalloc_to_phys for DMA-able address
Notes: