Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

tsjabie-o/alloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Heap Memory Allocator

This project involves the implementation of a custom heap memory allocator in C, utilizing the brk(2) and sbrk(2) kernel-space functions commonly found in Unix-based systems.

Assignment Overview

The purpose of this project is to create a custom heap memory allocator as specified in the assignment document. For detailed information and specifications, please refer to README.rst.

Features

  • Implementation of a custom heap memory allocator
  • Utilizes brk(2) and sbrk(2) kernel-space functions
  • Developed in C language

Getting Started

To understand the assignment requirements and specifications, refer to README.rst in the repository.

About

Custom heap memory allocator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published