Searched defs:AllocList (Results 1 – 7 of 7) sorted by relevance
76 struct AllocList { struct77 struct Header {90 } header;96 int levels;100 AllocList *next[kMaxLevel];
56 using AllocList = std::list<Alloc>; typedef in tensorflow::XRTMemoryManager::DeviceContext