Lines Matching full:mapping
12 // Defines ASan memory mapping.
19 // The full explanation of the memory mapping could be found here:
22 // Typical shadow mapping on Linux/x86_64 with SHADOW_OFFSET == 0x00007fff8000:
46 // Default Linux/i386 mapping on x86_64 machine:
53 // Default Linux/i386 mapping on i386 machine
62 // Default Linux/MIPS mapping:
69 // Shadow mapping on FreeBSD/x86-64 with SHADOW_OFFSET == 0x400000000000:
76 // Shadow mapping on FreeBSD/i386 with SHADOW_OFFSET == 0x40000000:
174 // Fixed mapping for 64-bit Linux. Mostly used for performance comparison
175 // with non-fixed mapping. As of r175253 (Feb 2013) the performance
176 // difference between fixed and non-fixed mapping is below the noise level.