Lines Matching defs:ClassId
221 const scudo::uptr ClassId = Primary::SizeClassMap::getClassIdBySize(Size);
224 void *P = Cache.allocate(ClassId);
229 Cache.deallocate(ClassId, Pointers[J]);
270 const scudo::uptr ClassId = Primary::SizeClassMap::LargestClassId;
271 const scudo::uptr Size = Primary::getSizeByClassId(ClassId);
276 void *Ptr = Cache.allocate(ClassId);
287 Cache.deallocate(ClassId, Ptr);
308 const scudo::uptr ClassId = Primary::SizeClassMap::getClassIdBySize(Size);
309 void *P = Cache.allocate(ClassId);
310 V.push_back(std::make_pair(ClassId, P));
356 const scudo::uptr ClassId =
358 void *P = Cache.allocate(ClassId);
360 V.push_back(std::make_pair(ClassId, P));
404 const scudo::uptr ClassId = Primary::SizeClassMap::getClassIdBySize(Size);
405 void *P = Cache.allocate(ClassId);
407 Cache.deallocate(ClassId, P);
419 const scudo::uptr ClassId = Primary::SizeClassMap::getClassIdBySize(Size);
437 Blocks.push_back(reinterpret_cast<scudo::uptr>(Cache.allocate(ClassId)));
443 Cache.deallocate(ClassId, reinterpret_cast<void *>(Blocks.back()));
449 Blocks.push_back(reinterpret_cast<scudo::uptr>(Cache.allocate(ClassId)));
456 Cache.deallocate(ClassId, reinterpret_cast<void *>(Blocks.back()));