diff --git a/inc/ft_malloc_internal.h b/inc/ft_malloc_internal.h index 4b64f9d..bacb546 100644 --- a/inc/ft_malloc_internal.h +++ b/inc/ft_malloc_internal.h @@ -6,7 +6,7 @@ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/05/06 22:37:07 by foton #+# #+# */ -/* Updated: 2019/05/08 19:45:18 by gtertysh ### ########.fr */ +/* Updated: 2019/05/10 20:03:15 by gtertysh ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,7 +17,6 @@ # include # include - # define TINY 512 # define SMALL 4096 # define LARGE 4097