Searched refs:UnpackedLength (Results 1 – 1 of 1) sorted by relevance
118 size_t UnpackedLength = gwp_asan::compression::unpack( in __gwp_asan_get_allocation_trace() local122 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() local146 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()