Home | History | Annotate | Download | only in cctest

Lines Matching defs:large_size

823   int large_size = Page::kMaxNonCodeHeapObjectSize + 1;
824 char* str = new char[large_size];
825 for (int i = 0; i < large_size - 1; ++i) str[i] = 'a';
826 str[large_size - 1] = '\0';