Skip to content

Simple memory allocator, written in C for X11 system

Notifications You must be signed in to change notification settings

timocheu/talloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

talloc

Simple memory allocator, written in C for Unix system

Introduction

A project based learning material for low level programming language.

Goal:

  • Learn memory fundamentals hands-on.

Requires

  • Unix system (e.g LINUX), as it uses sbrk memory management and POSIX thread libray.

Features

  • Memory allocation (malloc)
  • Contiguous allocation (calloc)
  • Re-allocation (realloc)
  • Free memory (free)

About

Simple memory allocator, written in C for X11 system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages