Skip to content

alexselea/Memory-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Memory-Allocator

A memory Allocator written in C that can assign, free and show data space It takes commands from stdin and initializes the arena first. The commands can be: INITIALIZE FINALIZE DUMP = shows the arena FILL = fills x bytes with a designated character ALLOC = allocates the number of bytes desired FREE = frees an allocated area

About

A memory Allocator written in C that can assign, free and show data space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages