1.
2.
while(1) free(rand());
2.
typedef unsigned long long ull; for( ull i = 0; i < std::numeric_limits<ull>::max(); ++i ) { free( (void*)i ); }
No comments:
Post a Comment