danieltao / Heap-Manager

The project simulates a stack manager using first fit strategy, and performs coalescing and splitting correctly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack-Manager

The project simulates the behavior of a stack manager. The allocation strategy is first fit, and the implementation could be found in dmm.c.

About

The project simulates a stack manager using first fit strategy, and performs coalescing and splitting correctly


Languages

Language:C 95.9%Language:Makefile 4.1%