Searched defs:ShadowSegmentEndpoint (Results 1 – 1 of 1) sorted by relevance
50 struct ShadowSegmentEndpoint { struct51 u8 *chunk;52 s8 offset; // in [0, SHADOW_GRANULARITY)53 s8 value; // = *chunk;55 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() argument