14

Here for you, just so you cant sleep this night:

while (true) {
new long;
cout<<"Deal with it, motherfucker ";
}

Comments
  • 2
    Garbage collector, save me from this evil!
  • 2
    // includes boehm-weise GC
    void* operator new(size_t size)
    { return GC_ALLOC(size); }
    // done
  • 0
    @AlgoRythm well, lets add another rule: no garbagae collector allowed and also, no force killing this app by the os
  • 1
    The funny thing is, that double uses the most amount of ram and not long.
  • 1
    @linuxer4fun OK, no GC:

    while (true) {
    std::unique_ptr<long>(new long);
    }
  • 0
    @Scrumplex well... After a few more iterathiots of the loop, it doesnt matter anymore
  • 1
    Just such a suspense film. When will that blow up? 🤔
Add Comment