incubator-nuttx/mm/mm_heap
hanqiyuan ff4b654be0 memdump: fix warnings.
mm_heap/mm_malloc.c: In function 'mm_malloc':
mm_heap/mm_malloc.c:281:33: warning: excess elements in struct initializer
  281 |         MM_BACKTRACE_ALLOC_PID, 0, ULONG_MAX
      |                                 ^
mm_heap/mm_malloc.c:281:33: note: (near initialization for 'dump')
mm_heap/mm_malloc.c:281:36: warning: excess elements in struct initializer
  281 |         MM_BACKTRACE_ALLOC_PID, 0, ULONG_MAX
      |                                    ^~~~~~~~~
mm_heap/mm_malloc.c:281:36: note: (near initialization for 'dump')

Signed-off-by: hanqiyuan <hanqiyuan@xiaomi.com>
2024-10-16 10:23:10 +08:00
..
CMakeLists.txt mm/mm_heap: Optimizing heap performance, changing the mm_size2ndx and mm-addfreechunk functions to inline functions can improve by about 7% 2024-10-15 22:29:17 +08:00
Make.defs mm/mm_heap: Optimizing heap performance, changing the mm_size2ndx and mm-addfreechunk functions to inline functions can improve by about 7% 2024-10-15 22:29:17 +08:00
mm.h mm/mm_heap: Optimizing heap performance, changing the mm_size2ndx and mm-addfreechunk functions to inline functions can improve by about 7% 2024-10-15 22:29:17 +08:00
mm_brkaddr.c
mm_calloc.c
mm_checkcorruption.c
mm_extend.c
mm_foreach.c
mm_free.c mm: fix kasan report error when delay free is enabled 2024-10-16 10:23:10 +08:00
mm_heapmember.c kasan: Implementation of Kasan based on software tags. 2024-09-19 03:15:29 +08:00
mm_initialize.c mm: call sched_note within mm lock 2024-10-16 10:23:10 +08:00
mm_lock.c
mm_mallinfo.c mm/dump: make macro more common, fix help prompt 2024-10-08 23:55:59 +08:00
mm_malloc.c memdump: fix warnings. 2024-10-16 10:23:10 +08:00
mm_malloc_size.c
mm_memalign.c mm: call sched_note within mm lock 2024-10-16 10:23:10 +08:00
mm_memdump.c mm/dump: pretty the log and thin dump call 2024-10-08 23:55:59 +08:00
mm_realloc.c mm/heap: fix heap crash when use KASAN SW_TAG 2024-10-09 18:15:13 +08:00
mm_shrinkchunk.c
mm_zalloc.c