Home | History | Annotate | Download | only in gc

Lines Matching full:grow

813 inline bool Heap::IsOutOfMemoryOnAllocation(size_t alloc_size, bool grow) {
820 if (!grow) {
831 bool grow
832 if (UNLIKELY(IsOutOfMemoryOnAllocation(alloc_size, grow))) {
840 bool grow, size_t* bytes_allocated) {
841 if (UNLIKELY(IsOutOfMemoryOnAllocation(alloc_size, grow))) {
1794 // This doesn't actually resize any memory. It just lets the heap grow more when necessary.
1801 // Grow the heap for non sticky GC.