资 源 简 介
This project is developed for Operating Systems course project; it is a memory allocation module (a C source file) that can be used by a program to allocate memory dynamically. The module will have a functionality like the malloc library, but the amount of space allocated will be in kilobytes (KB). Additionally, the module uses the Buddy System algorithm to manage memory (a logical memory area).
Detailed description can be found under Downloads tab.
Source code is available under Source/Browse/svn/trunk. You can also check out the source code via Subversion.
Maintainer and Author: Selin Guldamlasioglu