Now Where Did I Allocate That?!
Welcome to my very first ever blog, hopefully you enjoy it and find it useful. Figuring out where a memory allocation was made doesn’t have to be difficult, and with a little effort, it isn’t. Most...
View ArticleSocial Media Games On the Mind
The game industry’s move towards social media games is something that has been on my mind lately, so for today’s blog I’m going to share my opinions, and would like to hear back on your opinions. Some...
View ArticleReady, Set, Allocate! (Part 1)
Links to other parts: Ready, Set, Allocate! (Part 2) Ready, Set, Allocate! (Part 3) Ready, Set, Allocate! (Part 4) Ready, Set, Allocate! (Part 5) Ready, Set, Allocate! (Part 6) Allocating dynamic...
View ArticleReady, Set, Allocate! (Part 2)
Links to other parts: Ready, Set, Allocate! (Part 1) Ready, Set, Allocate! (Part 3) Ready, Set, Allocate! (Part 4) Ready, Set, Allocate! (Part 5) Ready, Set, Allocate! (Part 6) In this part I will...
View ArticleReady, Set, Allocate! (Part 3)
Links to other parts: Ready, Set, Allocate! (Part 1) Ready, Set, Allocate! (Part 2) Ready, Set, Allocate! (Part 4) Ready, Set, Allocate! (Part 5) Ready, Set, Allocate! (Part 6) Update (3/7/2012): Fixed...
View ArticleReady, Set, Allocate! (Part 4)
Links to other parts: Ready, Set, Allocate! (Part 1) Ready, Set, Allocate! (Part 2) Ready, Set, Allocate! (Part 3) Ready, Set, Allocate! (Part 5) Ready, Set, Allocate! (Part 6) In this part the free...
View ArticleReady, Set, Allocate! (Part 5)
Links to other parts: Ready, Set, Allocate! (Part 1) Ready, Set, Allocate! (Part 2) Ready, Set, Allocate! (Part 3) Ready, Set, Allocate! (Part 4) Ready, Set, Allocate! (Part 6) In this part I will go...
View ArticleReady, Set, Allocate! (Part 6)
Links to other parts: Ready, Set, Allocate! (Part 1) Ready, Set, Allocate! (Part 2) Ready, Set, Allocate! (Part 3) Ready, Set, Allocate! (Part 4) Ready, Set, Allocate! (Part 5) In this part I will...
View ArticleWindows XP’s Low Fragmentation Heaps…
After finishing Part 6 of my Ready, Set, Allocate! series, I received a kind suggestion that I examine the Windows Low-Fragmentation Heaps (LFH) and compare allocation times for the heap system...
View ArticleUser Defined Build Command Macros in MSVS 2010…
Everyone likes to do things their own way, and deciding where to place a project, solution or SDK that makes sense to them is no exception. When setting up a build environment using Microsoft’s Visual...
View Article