incubator-nuttx/mm/mm_heap
Yanfeng Liu cafee0e086 mm/mm.h: add mm_free_delaylist interface
This adds explicit `void mm_free_delaylist(heap)` interface so that
to force freeing the heap's delaylist.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2024-08-03 01:30:04 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03: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: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_addfreechunk.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_brkaddr.c mm: use unified naming style for macros 2023-09-12 22:09:36 +08:00
mm_calloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
mm_checkcorruption.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
mm_extend.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_foreach.c Revert "fix variable set but not used" 2024-02-21 21:29:48 -08:00
mm_free.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_heapmember.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
mm_initialize.c mm: mm_threshold perfer from init 2024-06-26 00:20:44 +08:00
mm_lock.c mm_lock.c: reformat preprocessor format 2023-06-24 10:54:19 -03:00
mm_mallinfo.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_malloc.c mm/mm.h: add mm_free_delaylist interface 2024-08-03 01:30:04 +08:00
mm_malloc_size.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_memalign.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_memdump.c libc/execinfo: extract a common backtrace format function 2024-06-29 22:44:39 +08:00
mm_realloc.c mm: seperate mm_pool and mm_pool init 2024-06-23 11:09:39 +08:00
mm_shrinkchunk.c mm: add macro to judge if node/prenode is free 2023-09-12 22:09:36 +08:00
mm_size2ndx.c mm: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
mm_zalloc.c