denvash / small-malloc

A simple memory allocation library, implements the notorious malloc(), free(), calloc() and realloc() functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Malloc

A simple memory allocation library, implements the notorious malloc(), free(), calloc() and realloc() functions.

Installation

  • As CMake project - target CmakeLists.txt.

About

A simple memory allocation library, implements the notorious malloc(), free(), calloc() and realloc() functions.


Languages

Language:C++ 97.2%Language:C 2.1%Language:CMake 0.7%