This project aims to implement a dynamic memory allocator for GPU. We temporarily use Buddy System algorithm to implement this project. We are still developing more features.
You can just run
make build
to compile whole project. And run executable file with
cd build
./test_allocator
Clean build with
make clean