Home
last modified time | relevance | path

Searched defs:FREE_MAGIC (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h15 #define FREE_MAGIC 0xFE /* Magic number for filling freed heap memory not recycled to heap pool */ macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h14 #define FREE_MAGIC 0xFE /* Magic number for filling freed heap memory not recycled to heap pool */ macro
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c811 memset(CHUNK_TO_MEM(self), FREE_MAGIC, CHUNK_SIZE(self) - OVERHEAD); in insert_free_tail() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c796 memset(CHUNK_TO_MEM(self), FREE_MAGIC, CHUNK_SIZE(self) - OVERHEAD); in insert_free_tail() local

Completed in 3 milliseconds