Skip to content

asialee/my_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_malloc

This is a customed implementation of malloc function including calling the system call sbrk() and mantain the space allocated by sbrk().

Hopefully, it can help you understand the process memory management under Linux or Unix.

About

A custom malloc function implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published