Home | History | Annotate | Download | only in gc

Lines Matching refs:oss

614     std::ostringstream oss;
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
626 oss << "; failed due to fragmentation (largest possible contiguous allocation "
629 self->ThrowOutOfMemoryError(oss.str().c_str());