incubator-nuttx/mm/mm_heap
buxiasen bdcda24a68 mm: fix mm_curused calculate err
before fix, the maxused shown in free command is not accurate.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-06-07 03:29:02 +08:00
..
CMakeLists.txt
Make.defs
mm.h mm_heap/mm.h: revising comments 2024-03-12 19:44:48 +08: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_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: check double free before adding to delaylist 2024-06-04 17:42:28 -03:00
mm_heapmember.c
mm_initialize.c mm: fix mm_curused calculate err 2024-06-07 03:29:02 +08:00
mm_lock.c
mm_mallinfo.c Revert "fix variable set but not used" 2024-02-21 21:29:48 -08:00
mm_malloc.c sched/cpu: replace up_cpu_index() to this_cpu() 2024-03-21 18:52:35 +08: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: fix mm_curused calculate err 2024-06-07 03:29:02 +08:00
mm_memdump.c Revert "fix variable set but not used" 2024-02-21 21:29:48 -08:00
mm_realloc.c mm: fix mm_curused calculate err 2024-06-07 03:29:02 +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