reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
216 memset(Block, 0, PrimaryT::getSizeByClassId(ClassId));
projects/compiler-rt/lib/scudo/standalone/local_cache.h143 const uptr Size = SizeClassAllocator::getSizeByClassId(I); 172 SizeClassAllocator::getSizeByClassId(SizeClassMap::BatchClassId));projects/compiler-rt/lib/scudo/standalone/primary64.h
84 (getSizeByClassId(I) >= (PageSize / 32)); 142 const uptr BlockSize = getSizeByClassId(I); 258 const uptr Size = getSizeByClassId(ClassId); 333 const uptr TotalChunks = Region->AllocatedUser / getSizeByClassId(ClassId); 338 getSizeByClassId(ClassId), Region->MappedUser >> 10, 347 const uptr BlockSize = getSizeByClassId(ClassId);