Lines Matching refs:redzone
112 // Valid redzone sizes are 16, 32, 64, ... 2048, so we encode them in 3 bits.
137 return Max(rz_log, RZSize2Log(flags()->redzone));
142 // L -- left redzone words (0 or more bytes)
143 // H -- ChunkHeader (16 bytes), which is also a part of the left redzone.
145 // R -- right redzone (0 or more bytes)
149 // If the left redzone is greater than the ChunkHeader size we store a magic
339 // automatic right redzone, so add the right redzone manually.
597 // The address is in the chunk's left redzone, so maybe it is actually
790 // just return "size". We don't want to expose our redzone sizes, etc here.