Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h13 #define NODE_MAGIC 0xFCFCFCFC /* Magic number for node of chunk */ macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c402 checksum = CHUNK_SIZE(self) ^ CHUNK_PSIZE(self) ^ NODE_MAGIC; in is_invalid()
413 cur->checksum = CHUNK_SIZE(cur) ^ CHUNK_PSIZE(cur) ^ NODE_MAGIC; in calculate_checksum()
417 next->checksum = CHUNK_SIZE(next) ^ CHUNK_PSIZE(next) ^ NODE_MAGIC; in calculate_checksum()