FMIProjects / MemAlloc

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemAlloc

Code-Lines

About

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.


Languages

Language:C 98.1%Language:Shell 1.9%