nuttx/mm/umm_heap
YAMAMOTO Takashi a607e6257f Include malloc.h instead of stdlib.h for mallinfo()
This change also removes the malloc.h inclusion in stdlib.h
to break the build if there are still users of mallinfo() with stdlib.h.
2020-06-15 07:21:19 -06:00
..
Make.defs
umm_addregion.c
umm_brkaddr.c
umm_calloc.c
umm_extend.c
umm_free.c
umm_globals.c
umm_heap.h Fix nxstyle issue 2020-05-01 10:43:47 -03:00
umm_heapmember.c
umm_initialize.c
umm_mallinfo.c Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:19 -06:00
umm_malloc.c
umm_memalign.c
umm_realloc.c
umm_sbrk.c
umm_sem.c
umm_zalloc.c