incubator-nuttx/mm/mm_heap
Fotis Panagiotopoulos 66f49c1f3c mm: Fixed the usage of CONFIG_MM_BACKTRACE & CONFIG_DEBUG_MM. 2022-07-22 00:53:02 +08:00
..
Make.defs procfs: add memdump interface to dump used/free memory info 2022-02-26 14:32:42 +08:00
mm.h mm: Add mm_uninitialize to release the resource 2022-06-12 19:41:14 +09:00
mm_addfreechunk.c
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_foreach.c mm: handle take mm sem in IRQ 2022-02-16 09:53:42 -03:00
mm_free.c mm: handle take mm sem in IRQ 2022-02-21 23:41:06 +08:00
mm_heapmember.c
mm_initialize.c mm: Fixed the usage of CONFIG_MM_BACKTRACE & CONFIG_DEBUG_MM. 2022-07-22 00:53:02 +08:00
mm_mallinfo.c mm: Move backtrace stuff into a separate option 2022-05-21 14:28:41 +08:00
mm_malloc.c mm: Add CONFIG_MM_PANIC_ON_FAILURE option 2022-05-21 14:28:41 +08:00
mm_malloc_size.c
mm_memalign.c mm/memdump: dynamic turn on backtrace in heap when enable DEBUG_MM 2022-03-27 13:21:48 +08:00
mm_memdump.c mm: Move backtrace stuff into a separate option 2022-05-21 14:28:41 +08:00
mm_realloc.c mm: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
mm_sem.c mm: Add mm_uninitialize to release the resource 2022-06-12 19:41:14 +09:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c