incubator-nuttx/libs/libc/dlfcn
Xiang Xiao 1cb1fb427d libc: Replace all malloc/free to lib_malloc/lib_free
since libc can be built and used in kernel space,
we must call kmm_malloc and kmm_free in this case.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-07-29 10:14:27 +01:00
..
Kconfig Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage 2020-04-29 12:16:18 -06:00
Make.defs
lib_dlclose.c dlfcn, modlib: Appease nxstyle complaints 2020-03-10 01:53:49 -05:00
lib_dlerror.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
lib_dlopen.c libc: Replace all malloc/free to lib_malloc/lib_free 2020-07-29 10:14:27 +01:00
lib_dlsym.c
lib_dlsymtab.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00