Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp58 struct BackRefMain { struct
65 static const size_t bytes = sizeof(uintptr_t)>4? 256*1024 : 8*1024;
66 static const int dataSz;
69 static const int leaves = 4;
73 static const size_t blockSpaceSize = 64*1024;
75 Backend *backend;
78 BackRefBlock *allRawMemBlocks;
79 std::atomic <intptr_t> lastUsed; // index of the last used block
80 bool rawMemUsed;
81 MallocMutex requestNewSpaceMutex;
[all …]