Home
last modified time | relevance | path

Searched refs:getSizeLSBByClassId (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h89 static u8 getSizeLSBByClassId(uptr ClassId) { in getSizeLSBByClassId() function
196 static u8 getSizeLSBByClassId(uptr ClassId) { in getSizeLSBByClassId() function
H A Dcombined.h331 return 0x5555U << ((Ptr >> SizeClassMap::getSizeLSBByClassId(ClassId)) & 1); in computeOddEvenMaskForPointerMaybe()