From e8b818bba3b2f887d51cb4bd40027c38ef4257a7 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 20:53:20 +0100 Subject: [PATCH] changed why2-malloc's url to malloc --- docs/functions/core/memory/why2_malloc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/functions/core/memory/why2_malloc.md b/docs/functions/core/memory/why2_malloc.md index 253e2de..18fa045 100644 --- a/docs/functions/core/memory/why2_malloc.md +++ b/docs/functions/core/memory/why2_malloc.md @@ -34,4 +34,4 @@ along with this program. If not, see . ## Description -Function passes `size` into [`malloc`](https://sourceware.org/glibc/wiki/MallocInternals) function and returns the output value. The value is also pushed to [`linked-list`](../../../../types/core/llist/why2_list_t) for garbage collector. \ No newline at end of file +Function passes `size` into [`malloc`](https://linux.die.net/man/3/malloc) function and returns the output value. The value is also pushed to [`linked-list`](../../../../types/core/llist/why2_list_t) for garbage collector. \ No newline at end of file