lespritpionnier / Dynamic_Memory_Allocation_System

This project is to realize a memory allocateur mechanism inspired by the famous malloc () / free () couple from the standard library. Management of free space (for example following the deletion of allocated structures) -NOT FINISH (IN PROGRESS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic_Memory_Allocation_System

Ce projet est de realiser un m ́ecanisme d’allocation / d ́esallocation de mémoire inspiré du fameuxcouple malloc() / free() de la librairie standard. La gestion de l’espace libre (par exemple suite à la suppressionde structures allouées)

About

This project is to realize a memory allocateur mechanism inspired by the famous malloc () / free () couple from the standard library. Management of free space (for example following the deletion of allocated structures) -NOT FINISH (IN PROGRESS)