devv3899 / Artificial-Malloc

Implementation of our own version of the system's malloc and free that provides the same basic functionality as of malloc() and free() and it also detects common programming and usage errors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Implementation of our own version of the system's malloc and free that provides the same basic functionality as of malloc() and free() and it also detects common programming and usage errors.


Languages

Language:C 96.3%Language:C++ 2.7%Language:Makefile 1.1%