Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp83 u64 NumBytesToWrite = sizeof(u64); in StackSizeBytes() local
89 NumBytesToWrite += 2 * sizeof(u64); in StackSizeBytes()
94 NumBytesToWrite += sizeof(u64); in StackSizeBytes()
97 return NumBytesToWrite; in StackSizeBytes()