Home
last modified time | relevance | path

Searched defs:TaggedSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h132 const uptr TaggedSize = AllocPos - CommitBase; mapSecondary() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp176 static uptr TaggedSize(uptr size) { in TaggedSize() function