incubator-nuttx/mm/mm_heap
anjiahao 267976e5a8 mempool:fix bug for realloc when shortage of memory
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-02-13 01:57: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/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mm_addfreechunk.c mm: reorder the preceding and size and move MM_ALLOC_BIT to size 2023-02-01 11:14:02 +08:00
mm_brkaddr.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
mm_calloc.c
mm_checkcorruption.c mm: reorder the preceding and size and move MM_ALLOC_BIT to size 2023-02-01 11:14:02 +08:00
mm_extend.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_foreach.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_free.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_heapmember.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
mm_initialize.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_lock.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mm_mallinfo.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_malloc.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_malloc_size.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_memalign.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_memdump.c mm: reorder the preceding and size and move MM_ALLOC_BIT to size 2023-02-01 11:14:02 +08:00
mm_realloc.c mempool:fix bug for realloc when shortage of memory 2023-02-13 01:57:41 +08:00
mm_shrinkchunk.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14: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