Skip to content

Memory allocation system, based on first-fit allocation scheme. Written on C language

Notifications You must be signed in to change notification settings

MekhailS/memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First-fit memory allocator

Memory allocation system, based on first-fit allocation scheme. Written on C language

  • Implemented memory allocation functions: meminit, memalloc, memfree, memdone, memgetminimumsize, memgetblocksize
  • All non-trivial functions are covered with unit tests, see test.cpp
  • Integration tests are performed in fullcomplex-test.c
  • System supports printing of allocator's current state, see example log.alloclog

About

Memory allocation system, based on first-fit allocation scheme. Written on C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published