Files
nuttx/include
ligd 1bfe705226 libc: fix assert "Free memory from the wrong heap" with flat mode and user separated heap enabled mode
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>
2025-07-28 16:04:03 -03:00
..
2024-12-15 17:53:48 -03:00
2025-04-02 12:01:46 +08:00
2024-12-26 13:25:19 +08:00
2025-05-08 16:00:05 +08:00
2024-12-20 11:46:14 -03:00