Home
last modified time | relevance | path

Searched refs:mm_list (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c275 static bool debug_blk_damaged(k_mm_list_t *mm_list) in debug_blk_damaged() argument
277 if (!mm_list) { in debug_blk_damaged()
281 if (mm_list->dye != MM_DYE_USED && mm_list->dye != MM_DYE_FREE) { in debug_blk_damaged()
285 if (mm_list->buf_size & MM_BUFF_FREE) { in debug_blk_damaged()
286 if (mm_list->dye != MM_DYE_FREE) { in debug_blk_damaged()
290 if (mm_list->dye != MM_DYE_USED) { in debug_blk_damaged()
295 if (mm_list->owner != MM_LAST_BLK_MAGIC) { in debug_blk_damaged()
296 k_mm_list_t *next_b = MM_GET_NEXT_BLK(mm_list); in debug_blk_damaged()

Completed in 3 milliseconds