Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp218 const u64 NumMIBInfoBytes = RoundUpTo( in SerializeToRawProfile() local
227 sizeof(Header) + NumSegmentBytes + NumStackBytes + NumMIBInfoBytes, 8); in SerializeToRawProfile()
238 sizeof(Header) + NumSegmentBytes + NumMIBInfoBytes}; in SerializeToRawProfile()
244 SerializeMIBInfoToBuffer(MIBMap, StackIds, NumMIBInfoBytes, Ptr); in SerializeToRawProfile()
245 Ptr += NumMIBInfoBytes; in SerializeToRawProfile()