Skip to content

EunbiZhang/Thread-Safe-Malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thread-Safe-Malloc

Used C and system calls to implement thread-safe malloc library based on best-fit and first-fit allocation policy. Implemented free list to efficiently manage memory, handled race condition with lock-based synchronization. Improved efficiency by merging adjacent memory and splitting large chunk of memory.

About

Used C and system calls to implement thread-safe malloc library based on best-fit and first-fit allocation policy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors