Home > first_fit_allocator

first_fit_allocator

First_fit_allocator is a project mainly written in C and C++, it's free.

OS independent memory allocator which uses "first fit" aloghorithm

What is this?

OS independent memory allocator, which uses "first fit" algorithm. The allocator is used on open source OS Mona (http://www.monaos.org).

How to use

See test.cpp.

Author

  • Taro Minowa(Higepon)

License

New BSD License