incubator-nuttx/mm/mm_heap
Xiang Xiao 0c805ca0a9 mm: Change global spinlock to per heap
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-10-30 11:18:34 +02:00
..
CMakeLists.txt
Make.defs
mm.h mm: Change global spinlock to per heap 2023-10-30 11:18:34 +02:00
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 mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08: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 mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_free.c mm: Change global spinlock to per heap 2023-10-30 11:18:34 +02:00
mm_heapmember.c
mm_initialize.c mm:fix warning 2023-09-26 14:12:59 +08:00
mm_lock.c
mm_mallinfo.c mm: rewrite the memdump code for more readable 2023-09-24 10:39:18 +08:00
mm_malloc.c mm: Change global spinlock to per heap 2023-10-30 11:18:34 +02:00
mm_malloc_size.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_memalign.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_memdump.c mm: rewrite the memdump code for more readable 2023-09-24 10:39:18 +08:00
mm_realloc.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +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