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
This commit is contained in:
Xiang Xiao
2021-07-03 22:16:25 +08:00
committed by David Sidrane
parent 441b03c61c
commit 76cdd5c329
47 changed files with 271 additions and 308 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
#else
/* Otherwise, the user heap data structures are in common .bss */
struct mm_heap_s g_mmheap;
FAR struct mm_heap_s *g_mmheap;
#endif
/****************************************************************************