nuttx/mm/mm_heap
Xiang Xiao 3ea8d574fe mm: Implement malloc_usable_size
defined here:
https://man7.org/linux/man-pages/man3/malloc_usable_size.3.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I5988bb28375626188312bd0a0ba3fc12db66f644
2020-08-24 03:36:44 -07:00
..
Make.defs mm: Implement malloc_usable_size 2020-08-24 03:36:44 -07:00
mm_addfreechunk.c Fix non C89 noncompliant code that was causing the ZDS-II compile to fail. 2020-02-19 23:09:10 +01:00
mm_brkaddr.c
mm_calloc.c mm/mm_heap/mm_calloc.c: Verify that the number of elements times the size of an element will not overflow type size_t. This is required by the SEI CERT C coding style and resolves anonymous Bitbucket Issue #139 2019-01-07 16:13:48 -06:00
mm_extend.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_free.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
mm_heapmember.c
mm_initialize.c mm: Fix heap corruption in protected build 2020-04-22 13:45:56 +08:00
mm_mallinfo.c Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:19 -06:00
mm_malloc_usable_size.c mm: Implement malloc_usable_size 2020-08-24 03:36:44 -07:00
mm_malloc.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
mm_memalign.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_realloc.c nxstyle: fixup style issues in mm_realloc.c 2020-06-29 14:56:26 -07:00
mm_sbrk.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mm_sem.c debug: Reduce CONFIG_CPP_HAVE_VARARGS usage 2020-05-05 08:27:58 -06:00
mm_shrinkchunk.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_size2ndx.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_zalloc.c