Click here to Skip to main content
15,888,351 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: C++ is love Pin
den2k8814-Dec-20 21:48
professionalden2k8814-Dec-20 21:48 
GeneralRe: C++ is love Pin
Slacker00714-Dec-20 23:02
professionalSlacker00714-Dec-20 23:02 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 1:15
mvahoney the codewitch15-Dec-20 1:15 
GeneralRe: C++ is love Pin
Slacker00715-Dec-20 3:11
professionalSlacker00715-Dec-20 3:11 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 3:20
mvahoney the codewitch15-Dec-20 3:20 
GeneralRe: C++ is love Pin
Randor 14-Dec-20 9:27
professional Randor 14-Dec-20 9:27 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 9:50
mvahoney the codewitch14-Dec-20 9:50 
GeneralRe: C++ is love Pin
Johann Gerell14-Dec-20 22:25
Johann Gerell14-Dec-20 22:25 
That's what AAA games use (and maybe non-AAA too, I only know what DICE did, as I worked there) - arena allocators.

When a level starts, it allocates from its own "arena", and when the level is done, the arena is wiped.

Lessens the risk of memory leaks and gives full control and trackability of all allocations.
Time you enjoy wasting is not wasted time - Bertrand Russel

GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 9:28
CodeWraith14-Dec-20 9:28 
GeneralRe: C++ is love Pin
Jörgen Andersson14-Dec-20 9:28
professionalJörgen Andersson14-Dec-20 9:28 
GeneralRe: C++ is love PinPopular
CodeWraith14-Dec-20 9:38
CodeWraith14-Dec-20 9:38 
GeneralRe: C++ is love Pin
den2k8814-Dec-20 21:52
professionalden2k8814-Dec-20 21:52 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 9:31
professionalSander Rossel14-Dec-20 9:31 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 9:42
mvahoney the codewitch14-Dec-20 9:42 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 11:18
professionalSander Rossel14-Dec-20 11:18 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 11:21
mvahoney the codewitch14-Dec-20 11:21 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 11:24
professionalSander Rossel14-Dec-20 11:24 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 15:16
mvahoney the codewitch14-Dec-20 15:16 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 21:44
professionalSander Rossel14-Dec-20 21:44 
GeneralRe: C++ is love Pin
pkfox14-Dec-20 11:39
professionalpkfox14-Dec-20 11:39 
GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 10:00
CodeWraith14-Dec-20 10:00 
GeneralRe: C++ is love Pin
Jörgen Andersson14-Dec-20 10:04
professionalJörgen Andersson14-Dec-20 10:04 
GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 10:11
CodeWraith14-Dec-20 10:11 
GeneralRe: C++ is love Pin
Slacker00714-Dec-20 10:36
professionalSlacker00714-Dec-20 10:36 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 11:22
mvahoney the codewitch14-Dec-20 11:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.