Searched refs:MidSizeLog (Results 1 – 3 of 3) sorted by relevance
65 static const uptr MidSize = 1UL << Config::MidSizeLog;122 uptr Pos = 1 << Config::MidSizeLog; in SizeTable()123 uptr Inc = 1 << (Config::MidSizeLog - S); in SizeTable()213 if (Size <= (1 << Config::MidSizeLog)) in getClassIdBySize()227 static const uptr MidSizeLog = 8; member239 static const uptr MidSizeLog = 8; member252 static const uptr MidSizeLog = 6; member267 static const uptr MidSizeLog = 7;296 static const uptr MidSizeLog = 8; member304 static const uptr MidSizeLog = 7;[all …]
34 static const scudo::uptr MidSizeLog = 5; member49 static const scudo::uptr MidSizeLog = 8; member
508 static const scudo::uptr MidSizeLog = 10; member