Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h195 auto AlignedNextBlockNum = nearest_boundary( in Alloc() local
197 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { in Alloc()
206 AlignedNextBlock = reinterpret_cast<unsigned char *>(AlignedNextBlockNum); in Alloc()