Skip to content

3 versions of malloc, (simple, intermediate and complex)

Notifications You must be signed in to change notification settings

rubenftech/Malloc-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Malloc Implementations

This repository contains three C++ files (malloc1.cpp, malloc2.cpp, malloc3.cpp) that provide different implementations of malloc, a memory allocation function.

File Descriptions

malloc1.cpp: Contains a simple implementation of malloc for basic memory allocation. malloc2.cpp: Implements a more advanced version of malloc with enhanced features and flexibility. malloc3.cpp: Provides a complex implementation of malloc for advanced memory management.

Disclaimer

These implementations are based on an OS assignment and are provided for educational purposes only. Use them responsibly and at your own risk.

About

3 versions of malloc, (simple, intermediate and complex)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages