(no title)
petmon
|
3 years ago
How does Go handle allocation failure? In my understanding objects may be allocated on the stack or heap per the compiler's whims. If a heap allocation fails, you just get "fatal error: runtime: out of memory" and an abort.
morelisp|3 years ago
ericpruitt|3 years ago