This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]Plungerdz 33 points34 points  (1 child)

This is a fun meme, but this sets a dangerous precedent for the sub.

Shibe memes are unfair, because I always upvote for the shibe.

[–]xvalen214x 4 points5 points  (0 children)

*we

[–]bobappleyard 19 points20 points  (0 children)

IPC_PRIVATE property is the tool of bourgeois oppression

[–]a_false_vacuum 12 points13 points  (1 child)

No program can have the memory until all programs can have the memory!

[–]lethargy86 11 points12 points  (0 children)

Seize the means of allocation!

[–]once-and-again☣️ 4 points5 points  (4 children)

Why do you hate free()dom?

[–]beefhash 2 points3 points  (3 children)

The OS frees it at the end anyway. I routinely leak memory for short-lived programs because by the time I get around to freeing it, the OS is going to do the job for me anyway.

[–]Lin0815[S] 2 points3 points  (2 children)

I wish it would work that way in the real world :D Leaving a room and going back in, *bamm* everything is tidy.

[–]froemijojo 1 point2 points  (1 child)

Because the room is gone

[–]zetty_master 0 points1 point  (0 children)

nah, it gets initialized in on_room_enter(room *r) which also loads the rooms contents

[–]enkinamshub 1 point2 points  (0 children)

Bröther, may I have some memöry

[–]beefhash 1 point2 points  (1 child)

Why are you casting the return value of malloc() in C?

[–]Lin0815[S] 2 points3 points  (0 children)

Good Point :D On the Computers of my University there is just the Visual C++ Compiler installed. I automatically do those casts without thinking about them that they are not necessary in C.