Slide 2
Slide 2 text
Memory Management
Application View
• stack
• alloca
• heap
• with regard to stack: RTTI, auto_ptr,
__attribute__(destructor), …
• manual with help: arena, buddy memory, memory pool, …
• reference counted (shared_ptr, regexp, IO)
• GC