Skip to content

kberdos/kazalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kazalloc

"Kazuya's Malloc", an implementation of C's malloc suite.

Current Features

malloc

  • Basic functionality
  • Splitting existing allocations

free

  • Basic functionality
  • Fusing free blocks

print_state

  • Prints all allocated blocks with state & data

References:

About

An implementation of C's malloc suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published