This commit is contained in:
2025-02-13 13:37:18 +01:00
parent 9824c9d230
commit 561211f709
10 changed files with 94 additions and 68 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/03 18:44:32 by tomoron #+# #+# */
/* Updated: 2024/12/09 18:21:47 by tomoron ### ########.fr */
/* Updated: 2024/12/10 18:18:45 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -23,7 +23,7 @@ t_mem_chunk *create_new_chunk(int is_small, t_mem_chunk **chunk, \
size_t mmap_size;
log_str("no suitable address found in previously allocated chunks, \
creating new chunk", 3 , 1 ,1);
creating new chunk", 3, 1, 1);
if (is_small)
mmap_size = SMALL_CHUNK_SIZE;
else