Skip to content
#

buddy-allocator

Here are 22 public repositories matching this topic...

Production-style Embedded Memory Allocator Suite written in ANSI C featuring First Fit, Best Fit, Pool, Buddy, and Slab allocators with heap profiling, fragmentation analysis, memory visualization, and modular embedded APIs.

  • Updated Jul 17, 2026
  • C

This is a simulator for two essential parts of an Operating System which are the process scheduler and the memory management unit. It simulates several scheduling algorithms, each of which has different criteria. There are 4 scheduling algorithms implemented here and they are: 1. SJF 2.HPF 3.MultiLevel Feedback Queue 4.Round Robin

  • Updated Jan 6, 2023
  • C

Add this topic to your repo

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

Learn more