[core] Add common malloc() implementation

This commit is contained in:
Kuba Szczodrzyński
2023-03-03 18:17:14 +01:00
parent 76a82768fe
commit e8c18f4e66
9 changed files with 85 additions and 27 deletions

View File

@@ -12,6 +12,7 @@ Explicit is better than implicit.
- consider moving to C++17 (GNU)? or any newer than C++11
- wrap all memory management functions (malloc, calloc, free, memset, etc.) and their vendor SDK counterparts to use FreeRTOS instead
- pretty much done for ambz and ambz2, Beken is yet left to do (`os_malloc()` etc.)
- remove all network protocol client/server implementations from SDKs (mDNS, HTTP, DNS, etc.)
### New families