nuttx/mm/mm_heap
xiangdong6 460d94729a mm: Check the function result with suitable macro.
The return value of function mm_takesemaphore will never below
than zero, DEBUGVERIFY make no effect to check it, use DEBUGASSERT
instead.

Signed-off-by: xiangdong6 <xiangdong6@xiaomi.com>
2022-09-05 21:11:01 +08:00
..
Make.defs procfs: add memdump interface to dump used/free memory info 2022-02-26 14:32:42 +08:00
mm_addfreechunk.c mm/mm_heap/mm.h: Fix some typos. 2021-08-03 10:11:26 -07:00
mm_brkaddr.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
mm_calloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
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: Check the function result with suitable macro. 2022-09-05 21:11:01 +08:00
mm_foreach.c mm: handle take mm sem in IRQ 2022-02-16 09:53:42 -03:00
mm_free.c mm_heap/kasan: poison free node after return back the heap list 2022-08-02 01:45:08 +08:00
mm_heapmember.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
mm_initialize.c mm: Check the function result with suitable macro. 2022-09-05 21:11:01 +08:00
mm_mallinfo.c mm/mm_heap: change CONFIG_MM_BACKTRACE to int type 2022-07-26 23:45:31 +08:00
mm_malloc_size.c mm: Add kmm_malloc_size and mm_malloc_size 2021-07-05 14:23:24 +09:00
mm_malloc.c mm: Check the function result with suitable macro. 2022-09-05 21:11:01 +08:00
mm_memalign.c mm: Check the function result with suitable macro. 2022-09-05 21:11:01 +08:00
mm_memdump.c mm/mm_heap: change CONFIG_MM_BACKTRACE to int type 2022-07-26 23:45:31 +08:00
mm_realloc.c mm: Check the function result with suitable macro. 2022-09-05 21:11:01 +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: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_size2ndx.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_zalloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mm.h mm/kasan: node header should updated from unpoisoning memory 2022-08-02 01:44:48 +08:00