nsarno / my_malloc

A personal malloc implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_malloc

Basic malloc implementation.

Usage

Run the Makefile to compile the libmy_malloc.so:

$ make

About

A personal malloc implementation

License:MIT License


Languages

Language:C 89.1%Language:Makefile 10.9%