Skip to content

GgokutugEmpty/implementation-of-malloc-free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation Of Memory Allocator

This project implements a simple memory allocator using malloc and free functions. It demonstrates basic dynamic memory management using a fixed-size heap.

Files

  • mallocfree.c: Header file containing function prototypes and necessary includes.
  • main.c: Source file with the implementation of malloc, free, and a test program.

Compilation

To compile the project, use the following command:

sh build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published