Searched defs:BackRefBlock (Results 1 – 1 of 1) sorted by relevance
28 struct BackRefBlock : public BlockI { struct29 BackRefBlock *nextForUse; // the next in the chain of blocks with free items30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block31 FreeObject *freeList;33 BackRefBlock *nextRawMemBlock;34 std::atomic<int> allocatedCount; // the number of objects allocated35 BackRefIdx::main_t myNum; // the index in the main36 MallocMutex blockMutex;39 std::atomic<bool> addedToForUse;41 BackRefBlock(const BackRefBlock *blockToUse, intptr_t num) : in BackRefBlock() function[all …]