Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h509 reinterpret_cast<u32 *>(Block)[0] = BlockMarker;
1003 static const u32 BlockMarker = 0x44554353U; variable
1185 if (reinterpret_cast<const u32 *>(Block)[0] == BlockMarker) in getChunkOffsetFromBlock()