Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 389 Bytes

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