class obj
{
static const int size = 10000000;
int temp[size];
};



이렇게 하면 obj동적 할당 할때 배열이 잡히겠지?

걍 정적으로 선언하면 힙에 안들어갈거 같은데