Skip to content

Yegee/Dynamic-Memory-Allocator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-Memory-Allocator

Description

A dynamic memory allocator (heap manager) in C using a simple free list system of heap allocation. This demonstrates how to allocate dynamic memory for a variety of C types. The program uses the allocator to solve a standard deviation problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%