Searched defs:fillByte (Results 1 – 2 of 2) sorted by relevance
65 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled()72 …* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fillByte) in GetAlignedPtrFilled()
38 const fillByte = 256 * Math.random(); constant