Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
// includes boehm-weise GC
void* operator new(size_t size)
{ return GC_ALLOC(size); }
// done -
@AlgoRythm well, lets add another rule: no garbagae collector allowed and also, no force killing this app by the os
-
@Scrumplex well... After a few more iterathiots of the loop, it doesnt matter anymore
Related Rants
Here for you, just so you cant sleep this night:
while (true) {
new long;
cout<<"Deal with it, motherfucker ";
}
undefined
memory leak