int main()

{

int* pointer =new int;


}


위에처럼 


new int  를 내가 정의한 operator new 로하고싶은데 어떻게해야되?