changed why2-malloc's url to malloc

This commit is contained in:
Václav Šmejkal 2025-01-25 20:53:20 +01:00
parent 38e54e118b
commit e8b818bba3
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -34,4 +34,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
## Description ## 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. 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.