Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp220 const u64 TotalSizeBytes = RoundUpTo( in SerializeToRawProfile() local
224 Buffer = (char *)InternalAlloc(TotalSizeBytes); in SerializeToRawProfile()
229 static_cast<u64>(TotalSizeBytes), in SerializeToRawProfile()
243 return TotalSizeBytes; in SerializeToRawProfile()