Comment by neonsunset
3 years ago
This is correct. In .NET Gen 0 heap, if there is sufficient space, the allocation is just getting a heap address from threadlocal, bumping an offset, writing object header and methodtable, and returning the pointer (reference).
No comments yet
Contribute on Hacker News ↗