cm processus

This commit is contained in:
2026-09-16 20:46:50 +02:00
parent 5a51062c63
commit 60816fac42
17 changed files with 382 additions and 2 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16,7 +16,7 @@ void clean(size_t b)
{
for (; b > 0; b -= 1 KB)
// calloc(1 KB, sizeof(char));
malloc(1 KB);
malloc(1 KB);
}
Binary file not shown.