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 buildto compile whole project. And run executable file with
cd build
./test_allocatorClean build with
make clean