MentOS  0.8.0
The Mentoring Operating System
mem Directory Reference

Files

file  buddysystem.c
 Buddy System.
 
file  kheap.c
 
file  paging.c
 Implementation of a memory paging management.
 
file  slab.c
 Memory slab allocator implementation in kernel. This file provides functions for managing memory allocation using the slab allocator technique. Slab allocators are efficient in managing frequent small memory allocations with minimal fragmentation.
 
file  vmem_map.c
 Virtual memory mapping routines.
 
file  zone_allocator.c
 Implementation of the Zone Allocator.