Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h175 unsigned char *AlignedNextBlock = nullptr; member
190 AlignedNextBlock = BackingStore; in Alloc()
198 AlignedNextBlock = BackingStore = nullptr; in Alloc()
217 void *Result = AlignedNextBlock; in Alloc()
218 AlignedNextBlock = in Alloc()
228 AlignedNextBlock(nullptr), in Allocator()
236 AlignedNextBlock(reinterpret_cast<unsigned char *>(P)), in Allocator()
251 AlignedNextBlock = O.AlignedNextBlock; in Allocator()
252 O.AlignedNextBlock = nullptr; in Allocator()
268 AlignedNextBlock = O.AlignedNextBlock;
[all …]