Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp88 size_t UnpackedMaxSize) { in unpack() argument
91 for (CurrentDepth = 0; CurrentDepth < UnpackedMaxSize; CurrentDepth++) { in unpack()
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()
Dstack_trace_compressor.h33 size_t UnpackedMaxSize);
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dstack_trace_compressor.cpp88 size_t UnpackedMaxSize) { in unpack() argument
91 for (CurrentDepth = 0; CurrentDepth < UnpackedMaxSize; CurrentDepth++) { in unpack()
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()
Dstack_trace_compressor.h33 size_t UnpackedMaxSize);