fix norm and mandatory done

This commit is contained in:
2024-12-05 16:07:20 +01:00
parent 913b33f74b
commit a9ad4492cc
3 changed files with 14 additions and 12 deletions

View File

@ -6,14 +6,15 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/02 14:41:22 by tomoron #+# #+# */
/* Updated: 2024/12/04 17:22:37 by tomoron ### ########.fr */
/* Updated: 2024/12/04 18:50:45 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
#include "includes/malloc.h"
t_mem_chunk *get_alloc_chunk(t_alloc *alloc, t_mem_chunk *first, size_t size);
int get_prev_alloc(t_alloc **alloc, t_alloc **res, t_alloc *cur, char *fnc);
int get_prev_alloc(t_alloc **alloc, t_alloc **res, t_alloc *cur, \
char *fnc);
static void *realloc_recreate(t_alloc *alloc, size_t size)
{