Searched refs:nearest_boundary (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h63 constexpr size_t nearest_boundary(size_t number, size_t multiple) { function in namespace:__xray
H A Dxray_allocator.h168 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
194 auto AlignedNextBlockNum = nearest_boundary(
H A Dxray_segmented_array.h64 static constexpr uint64_t SegmentSize = nearest_boundary(

Completed in 120 milliseconds