RZ

Size: a a a
RZ
K
RZ
CC
struct test_struct
{
std::vector<int> something;
};
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
int i;
test_struct* test_ptr;
for (i = 0; i < 1024 * 1024 * 100; i++)
{
test_ptr = new test_struct;
}
std::cout << i << std::endl;
while (1);
std::cout << "Bye, world!" << std::endl;
return 0;
}
CC
struct test_struct
{
std::vector<int> something;
};
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
int i;
test_struct* test_ptr;
for (i = 0; i < 1024 * 1024 * 100; i++)
{
test_ptr = new test_struct;
}
std::cout << i << std::endl;
while (1);
std::cout << "Bye, world!" << std::endl;
return 0;
}
CC
struct test_struct
{
std::vector<int> something;
};
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
int i;
test_struct* test_ptr;
for (i = 0; i < 1024 * 1024 * 100; i++)
{
test_ptr = new test_struct;
}
std::cout << i << std::endl;
while (1);
std::cout << "Bye, world!" << std::endl;
return 0;
}
CC
CC
CC
CC
K
K
CC
CC
CC
CC
CC
K
CC
CC