added comments
This commit is contained in:
parent
44b6a96057
commit
99697d949e
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: thrieg < thrieg@student.42mulhouse.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/28 17:23:45 by thrieg #+# #+# */
|
||||
/* Updated: 2025/12/08 14:22:46 by thrieg ### ########.fr */
|
||||
/* Updated: 2025/12/08 15:52:17 by thrieg ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ int main(void)
|
|||
free(c);
|
||||
|
||||
write(1, "\n\n\n\n\nafter free: \n\n\n\n\n", sizeof("\n\n\n\n\nafter free: \n\n\n\n\n") - 1);
|
||||
show_alloc_mem_ex(false);
|
||||
show_alloc_mem_ex(true);
|
||||
|
||||
a = malloc(20);
|
||||
b = malloc(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue