项目作者: sgalasso42

项目描述 :
memory allocation manager
高级语言: C
项目地址: git://github.com/sgalasso42/ft_malloc.git
创建时间: 2019-10-17T03:55:23Z
项目社区:https://github.com/sgalasso42/ft_malloc

开源协议:

下载


ft_malloc

A library for managing the dynamic allocation of memory, written in C, using mmap and munmap

This is a 42 school project [Final grade: work in progress]


Build the library - macos

  1. > make

Usage

Just make a program using malloc and compile it with the generated libft_malloc.so file

  1. > gcc main.c libft_malloc.so

Contributors





Simon Galasso