Skip to content

02 / Experiments

Malloc

C implementation of the malloc library using mmap.

About

A memory allocator that manages heap space directly. Allocate, free, and reallocate memory efficiently, handling fragmentation, thread safety, and performance without relying on the standard library.

Components

Articles