Searched refs:MidSizeLog (Results 1 – 3 of 3) sorted by relevance
62 static const uptr MidSize = 1UL << Config::MidSizeLog;119 uptr Pos = 1 << Config::MidSizeLog; in SizeTable()120 uptr Inc = 1 << (Config::MidSizeLog - S); in SizeTable()210 if (Size <= (1 << Config::MidSizeLog)) in getClassIdBySize()224 static const uptr MidSizeLog = 8; member236 static const uptr MidSizeLog = 8; member249 static const uptr MidSizeLog = 6; member264 static const uptr MidSizeLog = 7;293 static const uptr MidSizeLog = 8; member301 static const uptr MidSizeLog = 7;[all …]
34 static const scudo::uptr MidSizeLog = 5; member49 static const scudo::uptr MidSizeLog = 8; member
507 static const scudo::uptr MidSizeLog = 10; member