Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp89 u64 NumBytesToWrite = sizeof(u64); in StackSizeBytes() local
95 NumBytesToWrite += 2 * sizeof(u64); in StackSizeBytes()
100 NumBytesToWrite += sizeof(u64); in StackSizeBytes()
103 return NumBytesToWrite; in StackSizeBytes()