Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp118 size_t UnpackedLength = gwp_asan::compression::unpack( in __gwp_asan_get_allocation_trace() local
122 if (UnpackedLength < BufferLen) in __gwp_asan_get_allocation_trace()
123 BufferLen = UnpackedLength; in __gwp_asan_get_allocation_trace()
125 return UnpackedLength; in __gwp_asan_get_allocation_trace()
142 size_t UnpackedLength = gwp_asan::compression::unpack( in __gwp_asan_get_deallocation_trace() local
146 if (UnpackedLength < BufferLen) in __gwp_asan_get_deallocation_trace()
147 BufferLen = UnpackedLength; in __gwp_asan_get_deallocation_trace()
149 return UnpackedLength; in __gwp_asan_get_deallocation_trace()