debugging contig malloc

This commit is contained in:
2024-10-01 15:59:06 +01:00
parent d6118c1a86
commit 1dfd1cead6
10 changed files with 2053 additions and 8 deletions

6
localpush.sh Normal file
View File

@@ -0,0 +1,6 @@
files=`find . -newermt "-3600 secs" | sed 's|^./||'`
for file in $files
do
sshpass -p "" scp "$file" "akilan@192.0.0.3:/home/akilan/Alloc-Test/CHERI-Allocator/$file"
done