Skip to content

tassavarat/malloc

Repository files navigation

Malloc

malloc, free, realloc functions implementation using C

Table of Contents

Description

Data structures

When it comes to implementing a memory allocator, it is a good idea to know which data structure you will be using as it is crucial part of your memory allocator. In this malloc implementation we are using implicit linked list to store chunks of memory obtained from sbrk system call.

Authors

Tim Assavarat Farrukh Akhrarov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published