Home | History | Annotate | Download | only in allocator

Lines Matching refs:Dump

856 std::string RosAlloc::Run::Dump() {
1869 DCHECK_EQ(magic_num_, kMagicNum) << "Bad magic number : " << Dump();
1871 CHECK_LT(idx, kNumOfSizeBrackets) << "Out of range size bracket index : " << Dump();
1877 << "Mismatch in the end address of the run " << Dump();
1879 CHECK(IsBulkFreeListEmpty()) << "The bulk free isn't empty " << Dump();
1892 << "A thread local run has more than one owner thread " << Dump();
1894 << "A mismatching size bracket index in a thread local run " << Dump();
1899 CHECK(owner_found) << "A thread local run has no owner thread " << Dump();
1904 << Dump();
1918 << "A current run points to a run with a wrong size bracket index " << Dump();
1927 CHECK(!IsAllFree()) << "A free run must be in a free page run set " << Dump();
1931 << "A non-full run isn't in the non-full run set " << Dump();
1937 << " A full run isn't in the full run set " << Dump();
1971 << "A run slot contains a large object " << Dump();
1975 << " A run slot contains an object with wrong size " << Dump();