Home
last modified time | relevance | path

Searched defs:AllocatorVersionMagic (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h30 struct AllocatorVersionMagic { struct
34 static constexpr uint8_t kAllocatorVersionMagic[4] = {'A', 'S', 'A', 'N'}; argument
35 uint8_t Magic[4] = {};
38 static constexpr uint16_t kAllocatorVersion = 2;
39 uint16_t Version = 0;
40 uint16_t Reserved = 0;