br-zhu / sfmm

A C program that demonstrates a dynamic memory allocator. It is my own implementation of malloc, free, realloc, and memalign.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfmm

A C program that demonstrates a dynamic memory allocator. It is my own implementation of malloc, free, realloc, and memalign.

About

A C program that demonstrates a dynamic memory allocator. It is my own implementation of malloc, free, realloc, and memalign.

License:MIT License


Languages

Language:C 98.0%Language:Makefile 2.0%