Files
FAT-Allocator/benchmarks/allocator/build.sh

7 lines
397 B
Bash

cc -O3 -g -W -Wall -Wextra -Wno-unused-parameter -shared -fPIC allocator_shared_object_file.c -o hugepage_alloc.so
# ar rcs alloc.a alloc.o
# cc -O3 -g -W -Wall -Wextra -Wno-unused-parameter -shared -fPIC -o alloc.so
# cp alloc.o ../benchmarks/kmeans/
# cp alloc.a ../benchmarks/kmeans/
# cp alloc.o /home/akilan/Alloc-Test/cheri_malloc_blog
# cp alloc.a /home/akilan/Alloc-Test/cheri_malloc_blog