nuttx/mm/mm_heap
2020-11-20 22:22:53 -08:00
..
Make.defs mm: Implement malloc_usable_size 2020-08-24 03:36:44 -07:00
mm_addfreechunk.c
mm_brkaddr.c
mm_calloc.c
mm_extend.c
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/mm_heap/mm_initialize.c: Fix syslog format errors 2020-11-20 22:22:53 -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 mm/mm_heap/mm_malloc.c: Fix syslog format errors 2020-11-20 22:22:53 -08:00
mm_memalign.c
mm_realloc.c nxstyle: fixup style issues in mm_realloc.c 2020-06-29 14:56:26 -07:00
mm_sbrk.c
mm_sem.c debug: Reduce CONFIG_CPP_HAVE_VARARGS usage 2020-05-05 08:27:58 -06:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c