Searched defs:ShadowSegmentEndpoint (Results 1 – 1 of 1) sorted by relevance
43 struct ShadowSegmentEndpoint { struct44 u8 *chunk;45 s8 offset; // in [0, SHADOW_GRANULARITY)46 s8 value; // = *chunk;48 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() argument