Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h117 uptr TabBytes = sizeof(atomic_u32) * TabSize; in isValid() local
123 if (BufSize < TabBytes) in isValid()
125 BufSize -= TabBytes; in isValid()