Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/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()