A single header buddy memory allocator for C & C++
-
Updated
Sep 23, 2024 - C
A single header buddy memory allocator for C & C++
This repository contains files related to Operating Systems Lab (Spring 2023).
MemAlloc is a C library for efficient memory management, incorporating Best Fit, Next Fit, First Fit, Worst Fit, and Buddy Allocation algorithms to optimize memory utilization in applications.
A Rust general purpose unidimensional space allocator library
A buddy allocator implemented in Rust
Buddy memory allocation simulator coded with Bash.
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
In-memory Cache with TinyLFU & Leasing
C implementation of a main memory management library using buddy algorithm
Add a description, image, and links to the buddy-allocator topic page so that developers can more easily learn about it.
To associate your repository with the buddy-allocator topic, visit your repo's landing page and select "manage topics."