My fourth post in the GC series is finally live. Titled 'Go Your
Own Way (Part Two: The Heap)', it continues the topic of
allocating outside of the GC. The previous post covered stack
allocations. This one looks at allocating from the non-GC heap. I
don't talk about classes in either post, as I'm saving that for
the next installment in the series.
Blog:
https://dlang.org/blog/2017/09/25/go-your-own-way-part-two-the-heap/
Reddit:
https://www.reddit.com/r/programming/comments/72cofo/new_post_in_the_d_blog_series_on_gc_allocating/
Also, now that I've got extended content from two posts over at
http://dblog-ext.info, I've added a page that mostly mirrors the
index page from there and is now visible in the sidebar from the
blog homepage.
https://dlang.org/blog/extended-posts/
I had several pairs of eyes on the post this time, but it's
possible I messed something up in the revisions. As always, I'm
happy for anyone to point out any errors they notice.