HomeSort by: relevance | last modified time | path
    Searched refs:nearest_boundary (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.h 64 constexpr size_t nearest_boundary(size_t number, size_t multiple) { function in namespace:__xray
xray_allocator.h 169 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
195 auto AlignedNextBlockNum = nearest_boundary(
xray_segmented_array.h 65 static constexpr uint64_t SegmentSize = nearest_boundary(

Completed in 11 milliseconds