SGSuhas Ginsuhasghorp.com·Jun 23, 2022 · 1 min readTestingTo find which slots in the memory buffer are free to create objects, we will use a singly-linked list, mFreeList. This is simply a pointer to an array of integers: for a free slot at array index cIndex, the value stored in mFreeList[cIndex] is the in...00