Home
last modified time | relevance | path

Searched defs:BackRefBlock (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp28 struct BackRefBlock : public BlockI { struct
29 BackRefBlock *nextForUse; // the next in the chain of blocks with free items
30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
31 FreeObject *freeList;
33 BackRefBlock *nextRawMemBlock;
34 std::atomic<int> allocatedCount; // the number of objects allocated
35 BackRefIdx::main_t myNum; // the index in the main
36 MallocMutex blockMutex;
39 std::atomic<bool> addedToForUse;
41 BackRefBlock(const BackRefBlock *blockToUse, intptr_t num) : in BackRefBlock() function
[all …]