Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h14 #define FREE_MAGIC 0xFE /* Magic number for filling freed heap memory not recyc… macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c796 memset(CHUNK_TO_MEM(self), FREE_MAGIC, CHUNK_SIZE(self) - OVERHEAD); in insert_free_tail()