Searched refs:FreeListLocks (Results 1 – 1 of 1) sorted by relevance
120 std::vector<std::mutex> FreeListLocks; variable151 std::lock_guard<std::mutex> Lock(FreeListLocks[I]); in freeAndAllocate()197 : FreeLists(NumBuckets), FreeListLocks(NumBuckets), in FreeLists()244 std::lock_guard<std::mutex> LG(FreeListLocks[B]); in allocate()311 std::lock_guard<std::mutex> G(FreeListLocks[B]); in free()