Skip to content
/ mallOK Public

A wrapper for malloc that allows for detection and tracing of memory leaks in C.

Notifications You must be signed in to change notification settings

martejj/mallOK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MallOK

A wrapper for malloc that allows for detection tracing of memory leaks. Macros overwrite all malloc() and free() calls with calls to mallok's malloc() and free() functions.

Planned extensions include:

[] Macros for realloc() and calloc(). [] More efficient data structures than a linked list (Red-Black Tree) [] Attempt at own allocator so that free'd status can be stored as metadata rather than an extra structure.

About

A wrapper for malloc that allows for detection and tracing of memory leaks in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages