libs/libc/libc.csv: Add mallinfo and malloc_size

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 14:29:57 +09:00
committed by Xiang Xiao
parent 7d8c2c1ad6
commit b9e73ed8ba
+2
View File
@@ -89,7 +89,9 @@
"lib_dumpbuffer","debug.h","","void","FAR const char *","FAR const uint8_t *","unsigned int"
"lio_listio","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb * const []|FAR struct aiocb * const *","int","FAR struct sigevent *"
"llabs","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long int","long long int"
"mallinfo","malloc.h","","struct mallinfo","void"
"malloc","stdlib.h","","FAR void *","size_t"
"malloc_size","malloc.h","","size_t","FAR void *"
"mblen","stdlib.h","defined(CONFIG_LIBC_WCHAR)","int","FAR const char *","size_t"
"mbrlen","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR const char *","size_t","FAR mbstate_t *"
"mbrtowc","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR wchar_t *","FAR const char *","size_t","FAR mbstate_t *"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
89 lib_dumpbuffer debug.h void
90 lio_listio aio.h defined(CONFIG_FS_AIO) int
91 llabs stdlib.h defined(CONFIG_HAVE_LONG_LONG) long long int
92 mallinfo malloc.h struct mallinfo
93 malloc stdlib.h FAR void *
94 malloc_size malloc.h size_t
95 mblen stdlib.h defined(CONFIG_LIBC_WCHAR) int
96 mbrlen wchar.h defined(CONFIG_LIBC_WCHAR) size_t
97 mbrtowc wchar.h defined(CONFIG_LIBC_WCHAR) size_t