Searched refs:commitSize (Results 1 – 1 of 1) sorted by relevance
545 const int commitSize = GetHeaderPageCommitSize(); // 8B on 64bit device, 4B on 32bit device in ParsePageHeader() local546 …CHECK_TRUE(ReadInc(&cur_, endOfPage_, &commit, commitSize), false, "read commit to page header fai… in ParsePageHeader()