Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp240 const u64 NumMIBInfoBytes = RoundUpTo( in SerializeToRawProfile() local
261 NumMIBInfoBytes + NumHistogramBytes, in SerializeToRawProfile()
273 sizeof(Header) + NumSegmentBytes + NumMIBInfoBytes + in SerializeToRawProfile()
281 NumMIBInfoBytes + NumHistogramBytes, Ptr); in SerializeToRawProfile()
282 Ptr += NumMIBInfoBytes + NumHistogramBytes; in SerializeToRawProfile()