Home | History | Annotate | Download | only in hprof

Lines Matching full:minsize

351     size_t minSize = length_ + nmore;
352 if (minSize > alloc_length_) {
354 if (newAllocLen < minSize) {