Searched defs:ShadowSegmentEndpoint (Results 1 – 1 of 1) sorted by relevance
54 struct ShadowSegmentEndpoint { struct55 u8 *chunk;56 s8 offset; // in [0, SHADOW_GRANULARITY)57 s8 value; // = *chunk;59 explicit ShadowSegmentEndpoint(uptr address) { in ShadowSegmentEndpoint() function