incubator-nuttx/mm/mm_heap
pengyiqiang 8c19fc547d mm_heap: check heap member in advance
Block wrong address in advance before entering mempool.

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-08-07 01:06:05 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
mm.h mm: use shced_backtrace and skip the first numbers in mm backatrace 2023-07-31 05:46:37 -07:00
mm_addfreechunk.c
mm_brkaddr.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +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
mm_extend.c
mm_foreach.c mm_heap: dump and stat the mm_heapend node also 2023-06-17 19:37:14 +08:00
mm_free.c mm_heap: check heap member in advance 2023-08-07 01:06:05 -07:00
mm_heapmember.c
mm_initialize.c mm: Rename MM_BACKTRACE_XXX_PID to PID_MM_XXX 2023-06-18 09:12:14 +03:00
mm_lock.c mm_lock.c: reformat preprocessor format 2023-06-24 10:54:19 -03:00
mm_mallinfo.c memdump: support dump the leak memory (malloced but task exit) 2023-07-31 05:48:33 -07:00
mm_malloc.c mm_heap: mm dump and panic only valid for the heap own by OS 2023-08-02 06:11:59 -07:00
mm_malloc_size.c
mm_memalign.c
mm_memdump.c memdump: support dump the leak memory (malloced but task exit) 2023-07-31 05:48:33 -07:00
mm_realloc.c mm_heap: check heap member in advance 2023-08-07 01:06:05 -07:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c