Home | History | Annotate | Download | only in allocator

Lines Matching refs:Dump

863 std::string RosAlloc::Run::Dump() {
1876 DCHECK_EQ(magic_num_, kMagicNum) << "Bad magic number : " << Dump();
1878 CHECK_LT(idx, kNumOfSizeBrackets) << "Out of range size bracket index : " << Dump();
1884 << "Mismatch in the end address of the run " << Dump();
1886 CHECK(IsBulkFreeListEmpty()) << "The bulk free isn't empty " << Dump();
1899 << "A thread local run has more than one owner thread " << Dump();
1901 << "A mismatching size bracket index in a thread local run " << Dump();
1906 CHECK(owner_found) << "A thread local run has no owner thread " << Dump();
1911 << Dump();
1925 << "A current run points to a run with a wrong size bracket index " << Dump();
1934 CHECK(!IsAllFree()) << "A free run must be in a free page run set " << Dump();
1938 << "A non-full run isn't in the non-full run set " << Dump();
1944 << " A full run isn't in the full run set " << Dump();
1978 << "A run slot contains a large object " << Dump();
1982 Dump();