incubator-nuttx/mm/mm_heap
Xiang Xiao 6214f3cde7 mm/heap: Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-08 01:25:18 +02:00
..
Make.defs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm.h mm/heap: Skip memset backtrace buffer 2023-01-08 01:25:18 +02:00
mm_addfreechunk.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_brkaddr.c
mm_calloc.c
mm_checkcorruption.c mm/mm_checkcorruption: using mm_foreach to do mm_checkcorruption 2022-02-13 03:20:31 +08:00
mm_extend.c mm/heap: Fix the minor style issue 2023-01-08 01:25:18 +02:00
mm_foreach.c mm/heap: Changee mmchunk_handler_t to mm_node_handler_t 2023-01-08 01:25:18 +02:00
mm_free.c mm/heap: Fix the minor style issue 2023-01-08 01:25:18 +02:00
mm_heapmember.c
mm_initialize.c Revert "mm: Check the function result with suitable macro." 2022-11-07 10:01:52 +01:00
mm_lock.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
mm_mallinfo.c Suppress -Wsign-compare warning on a few places 2022-12-26 18:23:41 +08:00
mm_malloc.c mm: Remove mm_ prefix from mm_[add|free]_delaylist 2022-11-07 10:01:52 +01:00
mm_malloc_size.c
mm_memalign.c mm/heap: Fix the minor style issue 2023-01-08 01:25:18 +02:00
mm_memdump.c mm/mm_heap: change CONFIG_MM_BACKTRACE to int type 2022-07-26 23:45:31 +08:00
mm_realloc.c Revert "mm: Check the function result with suitable macro." 2022-11-07 10:01:52 +01:00
mm_shrinkchunk.c mm/heap: Fix the minor style issue 2023-01-08 01:25:18 +02:00
mm_size2ndx.c mm_size2ndx: using flsl to calculate the ndx 2022-11-23 13:19:41 +08:00
mm_zalloc.c