Skip to content

mirsella/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonus :

  • Manage the use of your malloc in a multi-threaded program (so to be “thread safe” using the pthread lib).
  • LOGGING and LOGFILE define in malloc.h
  • show_alloc_mem_asciidump() and show_alloc_mem_hexdump() functions
  • calloc, reallocarray, functions + simple tester
  • “Defragment” the freed memory.

tester found: https://gitlab.com/mmeisson_42/correction-tests/malloc

About

malloc implementation using mmap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published