Skip to content
#

freelist

Here are 15 public repositories matching this topic...

MeMs is a custom memory management system implemented in C, utilizing mmap and munmap system calls for efficient memory allocation and deallocation. The system employs a 2-D free list data structure to track memory usage, manage virtual and physical address mappings, and handle memory fragmentation.

  • Updated Dec 23, 2024
  • C

Add this topic to your repo

To associate your repository with the freelist topic, visit your repo's landing page and select "manage topics."

Learn more