cm processus
This commit is contained in:
Executable
BIN
Binary file not shown.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user