[GD-Consoles] Memory...
Brought to you by:
vexxed72
From: Tiziano L. <tl...@li...> - 2002-07-07 14:37:22
|
Hi! I would like to start my new engine using console friendly data structures and memory handling. Can someone help me with any tip? What allocation schemes do you use? A large buffer that is handled like a stack? Or you can use, without problems, lots of new/delete? I would like to implement a new/delete handler to track all memory allocations but in this way all memory should be dynamically allocated... (not a good idea for consoles I fear). Thanks, Tiziano Lena |