▲ | masklinn 7 months ago | |||||||||||||
Not doing anything, same as the other 3. Heap allocation is what requires requesting memory from an allocator. | ||||||||||||||
▲ | eikenberry 7 months ago | parent [-] | |||||||||||||
Right.. been using GC languages to long. Everything allocated to the stack unless it is specifically allocated to the heap. I was stuck thinking about what the keywords were. But I'm still curious.. are there any GC languages that have a way to specify if something should go on the stack or the heap? | ||||||||||||||
|