Testing
Jun 23, 2022 · 1 min read · To 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...
Join discussion