Skip to content

dengh/iMalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Project made at Uppsala University by:
Engh, Daniel
Karlbom, Hannes
Kjellgren, Fredrik
Lindberg, Erik
Samuelsson, Jonas
Sundberg, Martin

iMalloc is a library much like regular C malloc but with added features.

	iMalloc supports:
		Manual memory management.
		Reference count.
		Automatic garbage collection.
		
The library is developed for UU Solaris servers and may not work on other computers without adjustments to the source code.

You can find the source code, the test file and the makefile in the folder named "kod".
	
Documentation can be found in the folder "Dokumentation". All documentation is in Swedish.
	

Makefile commands:

make - Compiles the project
make test - Compiles and runs unit test (requires CUnit)
make clean - removes output files

About

Automatic garbage collection in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages