Skip to content

A dynamic memory allocator. Project done for CSAPP course at CMUQ.

Notifications You must be signed in to change notification settings

nadinator/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc

A dynamic memory allocator. Project done for CSAPP course at CMUQ.

Files written by me:

  • mm.c All other files included are auxiliary files.

Description

This code represents my version of a dynamic memory allocater. It implements the following functions:

  • malloc
  • free
  • calloc
  • realloc

Details on the implementation can be found in mm.c.

About

A dynamic memory allocator. Project done for CSAPP course at CMUQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages