incubator-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
umm_brkaddr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
umm_calloc.c
umm_checkcorruption.c
umm_extend.c
umm_free.c
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
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_malloc_size.c mm: Add kmm_malloc_size and mm_malloc_size 2021-07-05 14:23:24 +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