Skip to content

magnostherobot/alloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A C implementation of malloc and free functions.

Debugging Mode

Compiling with MYALLOC_DEBUG defined will cause debugging messages to be output to stderr when running.

Doxygen Documentation Generation

myalloc.c is a shell script, and can be run as

sh myalloc.c

The "homepage" file generated is docs/myalloc_8c.html.

About

A memory allocator using a sorted linked-list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages