walnux/include/nuttx/lib
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
..
builtin.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
elf.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
float.h float.h: Define FLT_ROUNDS if not defined by toolchain previously 2024-12-03 08:38:58 +08:00
lib.h libc: fix assert "Free memory from the wrong heap" with flat mode and user separated heap enabled mode 2025-07-28 16:04:03 -03:00
math.h include/nuttx/math.h: add missing HUGE_VALF and HUGE_VALL 2025-03-21 08:57:13 +01:00
math32.h math: remove is_power_of_2() keep IS_POWER_OF_2() 2024-10-07 18:39:27 +08:00
setjmp.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
stdarg.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
xorshift128.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00