Searched refs:PatternFillByte (Results 1 – 3 of 3) sorted by relevance
225 constexpr unsigned char PatternFillByte = 0xAB; variable
560 FillContents == ZeroFill ? 0 : PatternFillByte,1078 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte, in initChunk()
613 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()