Home
last modified time | relevance | path

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

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