mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
1bfe705226
In flat mode: kernel code, like net driver... strdup -> nx_strdup -> kmm_malloc lib_free -> kmm_free app code, like stdlib... strdup -> malloc free -> free Signed-off-by: ligd <liguiding1@xiaomi.com>