Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h83 return T + (T >> S) * (ClassId & M) + Config::SizeDelta; in getSizeByClassId()
95 Size -= Config::SizeDelta; in getClassIdBySize()
125 Tab[i] = computeClassId(Pos + Config::SizeDelta); in SizeTable()
208 Size -= Config::SizeDelta; in getClassIdBySize()
228 static const uptr SizeDelta = 0; member
240 static const uptr SizeDelta = Chunk::getHeaderSize();
260 static const uptr SizeDelta = 16; member
279 static const uptr SizeDelta = 16;
297 static const uptr SizeDelta = Chunk::getHeaderSize();
305 static const uptr SizeDelta = Chunk::getHeaderSize();
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp38 static const scudo::uptr SizeDelta = 0; member
53 static const scudo::uptr SizeDelta = 0; member
H A Dcombined_test.cpp511 static const scudo::uptr SizeDelta = 0; member