Home
last modified time | relevance | path

Searched refs:getSizeByClassId (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h80 static uptr getSizeByClassId(uptr ClassId) { in getSizeByClassId() function
90 return u8(getLeastSignificantSetBitIndex(getSizeByClassId(ClassId))); in getSizeLSBByClassId()
192 static uptr getSizeByClassId(uptr ClassId) { in getSizeByClassId() function
311 const uptr S = SCMap::getSizeByClassId(I); in printMap()
331 const uptr S = SCMap::getSizeByClassId(C); in validateMap()
338 CHECK_GT(SCMap::getSizeByClassId(C), SCMap::getSizeByClassId(C - 1)); in validateMap()
346 CHECK_GE(SCMap::getSizeByClassId(C), S); in validateMap()
348 CHECK_LT(SCMap::getSizeByClassId(C - 1), S); in validateMap()
H A Dprimary64.h69 static uptr getSizeByClassId(uptr ClassId) { in getSizeByClassId() function
72 : SizeClassMap::getSizeByClassId(ClassId); in getSizeByClassId()
87 const uptr MinSizeClass = getSizeByClassId(1); in init()
145 if (isSmallBlock(getSizeByClassId(I))) in init()
186 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly()
281 getSizeByClassId(ClassId)); in popBatch()
367 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks()
982 const uptr Size = getSizeByClassId(ClassId); in populateFreeListAndPopBatch()
1072 const uptr BlockSize = getSizeByClassId(ClassId); in getStats()
1099 const uptr BlockSize = getSizeByClassId(ClassId); in getRegionFragmentationInfo()
[all …]
H A Dprimary32.h63 static uptr getSizeByClassId(uptr ClassId) { in getSizeByClassId() function
66 : SizeClassMap::getSizeByClassId(ClassId); in getSizeByClassId()
140 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly()
159 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly()
306 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks()
547 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId)); in pushBatchClassBlocks()
800 const uptr Size = getSizeByClassId(ClassId); in populateFreeList()
874 const uptr BlockSize = getSizeByClassId(ClassId); in getStats()
887 ClassId, getSizeByClassId(ClassId), Sci->AllocatedUser >> 10, in getStats()
896 const uptr BlockSize = getSizeByClassId(ClassId); in getSizeClassFragmentationInfo()
[all …]
H A Dlocal_cache.h101 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId)); in getBatchClassBlock()
117 ? SizeClassAllocator::getSizeByClassId(I) in getStats()
152 const uptr Size = SizeClassAllocator::getSizeByClassId(I); in initCache()
H A Dcombined.h89 reportOutOfMemory(SizeClassMap::getSizeByClassId(QuarantineClassId)); in allocate()
416 const uptr BlockSize = PrimaryT::getSizeByClassId(ClassId);
489 PrimaryT::getSizeByClassId(ClassId));
637 SizeClassMap::getSizeByClassId(ClassId);