nuttx/mm/umm_heap
Xiang Xiao 76cdd5c329 mm: Remove mm_heap_impl_s struct
it's more simple to make mm_heap_s opaque outside of mm

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I5c8e435f6baba6d22b10c5f7e8d9191104fb5af2
2021-07-07 04:25:15 -07:00
..
Make.defs mm: Add kmm_malloc_size and mm_malloc_size 2021-07-05 14:23:24 +09:00
umm_addregion.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
umm_brkaddr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
umm_calloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
umm_checkcorruption.c debug tools: add heap & stack check in idle thread 2021-03-04 18:38:05 -08:00
umm_extend.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
umm_free.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
umm_globals.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_heap.h mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_heapmember.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
umm_initialize.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_mallinfo.c Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:19 -06:00
umm_malloc_size.c mm: Add kmm_malloc_size and mm_malloc_size 2021-07-05 14:23:24 +09:00
umm_malloc.c mm: Call memalign in malloc if ARCH_ADDRENV and BUILD_KERNEL are defined 2021-07-05 07:39:23 +09:00
umm_memalign.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_realloc.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_sbrk.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
umm_zalloc.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00