summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_kernel_panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_kernel_panic.c')
-rw-r--r--libft/src/ft_kernel_panic.c21
1 files changed, 9 insertions, 12 deletions
diff --git a/libft/src/ft_kernel_panic.c b/libft/src/ft_kernel_panic.c
index d58047a..437a79a 100644
--- a/libft/src/ft_kernel_panic.c
+++ b/libft/src/ft_kernel_panic.c
@@ -1,14 +1,13 @@
/* ************************************************************************** */
-/* LE - / */
-/* / */
-/* ft_kernel_panic.c .:: .:/ . .:: */
-/* +:+:+ +: +: +:+:+ */
-/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */
-/* #+# #+ #+ #+# */
-/* Created: 2019/12/11 18:26:08 by rbousset #+# ## ## #+# */
-/* Updated: 2019/12/11 18:26:09 by rbousset ### #+. /#+ ###.fr */
-/* / */
-/* / */
+/* */
+/* ::: :::::::: */
+/* ft_kernel_panic.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* */
/* ************************************************************************** */
#include <libft.h>
@@ -20,8 +19,6 @@ void
int *ptr;
while (1)
- {
ptr = (int *)ft_calloc((1024 * 1024) * sizeof(int), 1);
- }
free(ptr);
}