void *odo_ptr;


do

{

 odo_ptr = malloc(ULONG_MAX - i);

} while (!odo_ptr);


이제 odo_ptr을 이용해서 힙에 해병짜장을 구현하면 된다

라이라이라이차차차!