Searched refs:UnpackedSize (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.h23 // For the stack trace in `Unpacked` with length `UnpackedSize`, pack it into
26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
H A Dstack_trace_compressor.cpp69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, argument
72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) {

Completed in 167 milliseconds