Skip to content

ihor3310/memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Memory Allocator Project

Team Members

  • Member Ihor Mykhnian — responsible for malloc() implementation, testing.
  • Member Mykola Chervinchuk — responsible for free() implementation, testing.
  • Member Yuriy Verbivskiy — responsible for realloc() and calloc() implementation, testing.

Project Name

Memory Allocator / Heap

Short Description

This project implements a memory allocator in C that mimics the functionality of standard library functions malloc, free, realloc, and calloc.

Includes:

  • Dynamic memory allocation (malloc) with block splitting.
  • Memory deallocation (free) with coalescing.
  • Memory resizing (realloc) and zero-initialized allocation (calloc).

About

Memory Allocator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published