Home
last modified time | relevance | path

Searched refs:MinSizeLog (Results 1 – 3 of 3) sorted by relevance

/external/scudo/standalone/
Dsize_class_map.h64 static const uptr MinSize = 1UL << Config::MinSizeLog;
83 return (ClassId << Config::MinSizeLog) + Config::SizeDelta; in getSizeByClassId()
96 if (Size <= Config::SizeDelta + (1 << Config::MinSizeLog)) in getClassIdBySize()
101 return (Size + MinSize - 1) >> Config::MinSizeLog; in getClassIdBySize()
214 return ((Size - 1) >> Config::MinSizeLog) + 1; in getClassIdBySize()
226 static const uptr MinSizeLog = 5; member
238 static const uptr MinSizeLog = 5; member
251 static const uptr MinSizeLog = 4; member
266 static const uptr MinSizeLog = 4;
295 static const uptr MinSizeLog = 4; member
[all …]
/external/scudo/standalone/tests/
Dsize_class_map_test.cpp33 static const scudo::uptr MinSizeLog = 5; member
48 static const scudo::uptr MinSizeLog = 4; member
Dcombined_test.cpp533 static const scudo::uptr MinSizeLog = 10; member