Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h193 auto BackingStoreNum = reinterpret_cast<uintptr_t>(BackingStore); in Alloc() local
196 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { in Alloc()