This repository was archived by the owner on Jun 5, 2019. It is now read-only.
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Remove "custom heap" #473
Open
Description
Considering that:
- modern compilers/runtimes are more than capable of handling memory management
- the use of newlibnano require that an implementation of sbrk and other system calls is provided (see https://sourceware.org/newlib/libc.html#Syscalls)
I suggest that the low level memory management (custom heap) should be removed from NETMF and replace it with the "standard" memory management support.
PS: this has already been addressed in #417 not to mention that it looks pretty obvious considering what exists today.
So here it is the issue before the PR.