incubator-nuttx/mm/mm_heap
wangbowen6 f7dec2c250 mm_size2ndx: using flsl to calculate the ndx
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2022-11-23 13:19:41 +08:00
..
Make.defs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm.h sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08: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_extend.c Revert "mm: Check the function result with suitable macro." 2022-11-07 10:01:52 +01:00
mm_foreach.c mm: Restore the return type of mm_lock from bool to int 2022-11-07 10:01:52 +01:00
mm_free.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08: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 mm/mm_heap: change CONFIG_MM_BACKTRACE to int type 2022-07-26 23:45:31 +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 Revert "mm: Check the function result with suitable macro." 2022-11-07 10:01:52 +01: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/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_size2ndx.c mm_size2ndx: using flsl to calculate the ndx 2022-11-23 13:19:41 +08:00
mm_zalloc.c