nuttx/mm/mm_heap
2017-10-17 06:37:09 -06:00
..
Make.defs
mm_addfreechunk.c
mm_brkaddr.c
mm_calloc.c
mm_extend.c
mm_free.c
mm_initialize.c
mm_mallinfo.c mm_mallinfo: do heap end debug assert check with heap semaphore held 2017-08-03 10:01:26 -06:00
mm_malloc.c If size is greater than (UINT32_MAX - SIZEOF_MM_ALLOCNODE), malloc size can be overflow by MM_ALIGN_UP macro. For example, if task_create() called with stack_size == -1, up_create_stack() functions allocates SIZEOF_MM_ALLOCNODE bytes for stack. 2017-10-17 06:37:09 -06:00
mm_memalign.c
mm_realloc.c
mm_sbrk.c mm/: Remove dangling space at the end of lines. 2017-06-28 13:31:21 -06:00
mm_sem.c Fix some build problems after recent separation of internal OS from application interfaces. The build problem only occurs in the PROTECTED and KERNEL builds where separate libraries are built for the applications and for use within the OS. In these cases, the correct interfaces must be used. This commit fixes a few of these, so I can get through build testing, but there are many more that need fixin'. 2017-10-08 08:13:47 -06:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c