nuttx/mm/mm_heap
Gregory Nutt 1382ea5447 mm/: Coding style clean-up
Run tools/nxstyle against all C files under mm/ and correct coding standard violations.
2020-02-13 15:16:53 +01:00
..
Make.defs mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist. 2018-08-23 09:38:49 -06:00
mm_addfreechunk.c Fix typos in comments 2020-02-12 12:17:07 +01:00
mm_brkaddr.c Remove some empty file section section header comments 2016-02-17 18:57:35 -06:00
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 Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 2018-11-12 15:36:35 +00:00
mm_heapmember.c mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist. 2018-08-23 09:38:49 -06:00
mm_initialize.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_mallinfo.c mm_mallinfo: Fix a minfo printf-format 2020-02-13 15:18:53 +08:00
mm_malloc.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_memalign.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_realloc.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01: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 mm/: Coding style clean-up 2020-02-13 15:16:53 +01: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 waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait from using stale memory that was freed by the exiting task 2015-12-22 11:48:17 -06:00