Searched refs:StackDepot (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp34 std::vector<char> StackDepot(sizeof(scudo::StackDepot), 0);
35 for (size_t i = 0; i < StackDepotBytes.length() && i < StackDepot.size();
37 StackDepot[i] = StackDepotBytes[i];
55 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(),
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp69 return sizeof(scudo::StackDepot);
H A Dstack_depot.h41 class StackDepot { class in namespace:scudo
H A Dcombined.h967 static void collectTraceMaybe(const StackDepot *Depot,
986 auto *Depot = reinterpret_cast<const StackDepot *>(DepotPtr);
1054 StackDepot Depot;
1329 const StackDepot *Depot,
1412 const StackDepot *Depot,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp57 StackDepot; typedef in namespace:__sanitizer
58 static StackDepot theDepot;
61 static TwoLevelMap<atomic_uint32_t, StackDepot::kNodesSize1,
62 StackDepot::kNodesSize2>
86 VPrintf(1, "%s: StackDepot released %zu KiB out of %zu KiB in %llu ms\n",
152 VPrintf(1, "%s: StackDepot compression thread started\n", SanitizerToolName);
154 VPrintf(1, "%s: StackDepot compression thread stopped\n", SanitizerToolName);

Completed in 182 milliseconds