Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h194 auto AlignedNextBlockNum = nearest_boundary( in Alloc() local
196 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { in Alloc()
205 AlignedNextBlock = reinterpret_cast<unsigned char *>(AlignedNextBlockNum); in Alloc()