Advertisement
elvman

Fast new

Dec 17th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. class A
  2. {
  3.     void* operator new(unsigned long count)
  4.     {
  5.         return 0;
  6.     }
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement