项目作者: psprawka

项目描述 :
Implementing a dynamic memory allocation mechanism based on red black trees ⚙️
高级语言: C
项目地址: git://github.com/psprawka/Ft_malloc.git
创建时间: 2018-04-30T23:09:53Z
项目社区:https://github.com/psprawka/Ft_malloc

开源协议:MIT License

下载


Ft_malloc - allocate and free dynamic memory ⛓

This project is about writing a dynamic allocation memory management library; recoding two of most commonly used functions - malloc() and free() along red black trees.

THIS PROJECT IS COMPLETELY BROKEN - I started to restructure it, but don’t have time to finish, so it is in the middle of restructuring. I’ll fix it once I have time for it :)