nuttx-mirror/mm/mm_heap
2024-10-15 22:29:17 +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: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_calloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_checkcorruption.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_extend.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_foreach.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_free.c mm/heap: fix heap crash when use KASAN SW_TAG 2024-10-09 18:15:13 +08:00
mm_heapmember.c kasan: Implementation of Kasan based on software tags. 2024-09-19 03:15:29 +08:00
mm_initialize.c mempool: add the minimum size configuration of mempool 2024-10-13 02:46:57 +08:00
mm_lock.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_mallinfo.c mm/dump: make macro more common, fix help prompt 2024-10-08 23:55:59 +08:00
mm_malloc.c mm: dump more information when failed dump detail 2024-10-12 09:32:44 +08:00
mm_malloc_size.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_memalign.c mm/heap: fix heap crash when use KASAN SW_TAG 2024-10-09 18:15:13 +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: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_zalloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00