Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
/ Malloc Public archive

An academic project that consists in recoding the C malloc, calloc, realloc and free functions

Notifications You must be signed in to change notification settings

BloodLantern/Malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc

The Malloc project consists of recoding the standard C library malloc(), calloc(), realloc() and free() functions.

How to use ?

Simply include m_allocator.h and call m_setup_hooks() at the beginning of your program. The further malloc(), calloc(), realloc() and free() calls will result in this library's functions to be called: m_malloc(), m_calloc(), m_realloc() and m_free().

About

An academic project that consists in recoding the C malloc, calloc, realloc and free functions

Resources

Stars

Watchers

Forks