Searched defs:BackRefMain (Results 1 – 1 of 1) sorted by relevance
58 struct BackRefMain { struct65 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 block80 bool rawMemUsed;81 MallocMutex requestNewSpaceMutex;[all …]