Home | History | Annotate | Download | only in gc

Lines Matching full:oss

1139   std::ostringstream oss;
1141 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
1159 space->LogFragmentationAllocFailure(oss, byte_count);
1162 self->ThrowOutOfMemoryError(oss.str().c_str());
1402 std::ostringstream oss;
1403 DumpSpaces(oss);
1404 return oss.str();