add show_alloc_mem

This commit is contained in:
2024-11-30 23:44:55 +01:00
parent 59b60a0bd3
commit fd59310dad
9 changed files with 292 additions and 35 deletions

5
main.c Normal file
View File

@ -0,0 +1,5 @@
#include "srcs/includes/malloc.h"
int main(void)
{
}