Lines Matching defs:FreeLists
120 std::vector<FreeListTy> FreeLists;
152 FreeListTy &List = FreeLists[I];
160 FreeLists[I].clear();
181 // free all memory in FreeLists and try again.
183 DP("Failed to get memory on device. Free all memory in FreeLists and "
199 : FreeLists(NumBuckets), FreeListLocks(NumBuckets),
243 FreeListTy &List = FreeLists[B];
258 // We cannot find a valid node in FreeLists. Let's allocate on device and
261 DP("Cannot find a node in the FreeLists. Allocate on device.\n");
314 FreeLists[B].insert(*P);