nuttx/mm/mm_heap
2020-02-13 15:18:53 +08:00
..
Make.defs
mm_addfreechunk.c Fix typos in comments 2020-02-12 12:17:07 +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_free.c Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 2018-11-12 15:36:35 +00:00
mm_heapmember.c
mm_initialize.c
mm_mallinfo.c mm_mallinfo: Fix a minfo printf-format 2020-02-13 15:18:53 +08:00
mm_malloc.c Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 2018-11-12 15:36:35 +00:00
mm_memalign.c
mm_realloc.c Fix comment typos 2020-02-12 20:39:47 -06:00
mm_sbrk.c mm/mm_heap/mm_sbrk.c: Fix backward conditional test. Should call mm_initialize() when brkaddr equal zero 2019-01-26 07:07:42 -06:00
mm_sem.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c