nuttx/mm/mm_heap
buxiasen 870d989d6c mm: seperate mm_pool and mm_pool init
make possible enable pool, but disabled in system heap.
also compatible for further extra heap use/not use pool.
Now use MM_HEAP_MEMPOOL_THRESHOLD -1 to indicate pool disabled.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-06-23 11:09:39 +08:00
..
CMakeLists.txt
Make.defs
mm_addfreechunk.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_brkaddr.c mm: use unified naming style for macros 2023-09-12 22:09:36 +08:00
mm_calloc.c
mm_checkcorruption.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
mm_extend.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_foreach.c Revert "fix variable set but not used" 2024-02-21 21:29:48 -08:00
mm_free.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_heapmember.c
mm_initialize.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_lock.c
mm_mallinfo.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_malloc_size.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_malloc.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_memalign.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_memdump.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_realloc.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_shrinkchunk.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_size2ndx.c
mm_zalloc.c
mm.h mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00